Massive debugging in lttv filter core:
[lttv.git] / ltt / branches / poly / lttv / modules / text / textDump.c
index fea42ef0800b49cbac826eeed1215099e9ada94f..1b4a1a4c8eec19f8d769c96ca2b3897097314fa6 100644 (file)
@@ -50,6 +50,8 @@ static LttvHooks
   *before_trace,
   *event_hook;
 
+extern LttvFilter *a_lttv_filter;
+
 void print_field(LttEvent *e, LttField *f, GString *s, gboolean field_names) {
 
   LttType *type;
@@ -338,7 +340,7 @@ static int write_event_content(void *hook_data, void *call_data)
   /*
    * call to the filter if available
    */
-  //  lttv_filter_tree_parse(f->head,e,NULL,NULL,NULL);
+  lttv_filter_tree_parse(a_lttv_filter->head,e,NULL,NULL,NULL);
   
   lttv_event_to_string(e, a_string, TRUE, a_field_names, tfs);
   g_string_append_printf(a_string,"\n");  
This page took 0.030938 seconds and 4 git commands to generate.