fix control flow with filter by cpu
[lttv.git] / ltt / branches / poly / lttv / modules / text / textDump.c
index 160c938babfbf7c73d3e1596044f2219131efcc3..421ff6f3a2ab9be72a277048041775a9f5b974f5 100644 (file)
@@ -332,7 +332,7 @@ static int write_event_content(void *hook_data, void *call_data)
    */
   if(filter->head != NULL)
     if(!lttv_filter_tree_parse(filter->head,e,tfc->tf,
-                               tfc->t_context->t,tfc))
+                               tfc->t_context->t,tfc,NULL,NULL))
       return FALSE;
   
   lttv_event_to_string(e, a_string, TRUE, a_field_names, tfs);
This page took 0.022096 seconds and 4 git commands to generate.