X-Git-Url: http://git.liburcu.org/?p=lttv.git;a=blobdiff_plain;f=lttv%2Flttv%2Fprint.c;fp=lttv%2Flttv%2Fprint.c;h=83bc2f224afcce6493a4d4a0912ee98c7041666c;hp=e8df4ed9f12d5853a44e1a1712db231f186d7d4c;hb=beed0826da72d30455ea860dffa1346ce261a20d;hpb=7cc5d6940eb4ca8516c91e62f5f27434b8adc390 diff --git a/lttv/lttv/print.c b/lttv/lttv/print.c index e8df4ed9..83bc2f22 100644 --- a/lttv/lttv/print.c +++ b/lttv/lttv/print.c @@ -489,11 +489,10 @@ void lttv_event_to_string(LttEvent *e, GString *s, gboolean mandatory_fields, ltt_trace_name(ltt_tracefile_get_trace(tfs->parent.tf))), g_quark_to_string(ltt_tracefile_name(tfs->parent.tf)), cpu); /* Print the process id and the state/interrupt type of the process */ - g_string_append_printf(s,", %u, %u, %s, %s, %u, 0x%" PRIx64", %s", + g_string_append_printf(s,", %u, %u, %s, %u, 0x%" PRIx64", %s", process->pid, process->tgid, g_quark_to_string(process->name), - g_quark_to_string(process->brand), process->ppid, process->current_function, g_quark_to_string(process->state->t));