add usertrace support
[lttv.git] / ltt / branches / poly / lttv / lttv / print.c
index 50c7c67473dbcb9560950892d83633b296a1f731..a6fcd2d19d0ae0ae46fdf7c3bcb778302eaeebd5 100644 (file)
@@ -161,7 +161,7 @@ void lttv_event_to_string(LttEvent *e, GString *s,
 
   LttTime time;
 
-  guint cpu = ltt_tracefile_num(tfs->parent.tf);
+  guint cpu = tfs->cpu;
   LttvTraceState *ts = (LttvTraceState*)tfs->parent.t_context;
   LttvProcessState *process = ts->running_process[cpu];
 
This page took 0.022515 seconds and 4 git commands to generate.