add usertrace support
[lttv.git] / ltt / branches / poly / lttv / lttv / filter.c
index abdeb464bab1bdd18f4010aeafa1e722e3a75d92..567b54f0a797d7094f7e8a614e48fe2997848540 100644 (file)
@@ -1815,8 +1815,9 @@ lttv_filter_tree_parse(
 
   LttvProcessState* state;
   
-  guint cpu = ltt_tracefile_num(context->tf);
   LttvTraceState *ts = (LttvTraceState*)context->t_context;
+  LttvTracefileState *tfs = (LttvTracefileState*)context;
+  guint cpu = tfs->cpu;
   state = ts->running_process[cpu];
   
   /*
This page took 0.023126 seconds and 4 git commands to generate.