fix control flow with filter by cpu
[lttv.git] / ltt / branches / poly / lttv / lttv / filter.h
index b809f5a0f705601aeebe65e6984a83affa0a515e..5d2f91c48ac0f0f2a834766ba4415a9b4c372935 100644 (file)
@@ -341,7 +341,9 @@ gboolean lttv_filter_tree_parse(
         const LttEvent* event,
         const LttTracefile* tracefile,
         const LttTrace* trace,
-        const LttvTracefileContext* context);
+        const LttvTracefileContext* context,
+       const LttvProcessState* pstate,
+       const LttvTraceContext* tc);
 
 gboolean lttv_filter_tree_parse_branch(
         const LttvSimpleExpression* se,
This page took 0.022513 seconds and 4 git commands to generate.