add usertrace support
[lttv.git] / ltt / branches / poly / lttv / modules / text / textDump.c
index dbb8ec0fbcf1d09c7e21f38b4cd2d4c4631199c6..a823d948b3dfaf8ab3350a3342e308b90154241c 100644 (file)
@@ -236,7 +236,7 @@ static int write_event_content(void *hook_data, void *call_data)
 
   LttvFilter *filter;
 
-  guint cpu = ltt_tracefile_num(tfs->parent.tf);
+  guint cpu = tfs->cpu;
   LttvTraceState *ts = (LttvTraceState*)tfc->t_context;
   LttvProcessState *process = ts->running_process[cpu];
 
This page took 0.02255 seconds and 4 git commands to generate.