X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2Fprint.c;h=a6fcd2d19d0ae0ae46fdf7c3bcb778302eaeebd5;hb=ae3d0f50f89e7b965795a9b9ad7e1f533f760598;hp=50c7c67473dbcb9560950892d83633b296a1f731;hpb=ba017bc3146fe853e1f894c9828b8a08fc21e6ca;p=lttv.git diff --git a/ltt/branches/poly/lttv/lttv/print.c b/ltt/branches/poly/lttv/lttv/print.c index 50c7c674..a6fcd2d1 100644 --- a/ltt/branches/poly/lttv/lttv/print.c +++ b/ltt/branches/poly/lttv/lttv/print.c @@ -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];