X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2Fprint.c;h=953326ab39004090ec2ecda609d03cbaf15cc5ad;hb=7b5f6cf19fe5b312dc0c5712b0fceddeed2fe11f;hp=f06c527c5a28e8d1346b062a1e4553639f3c6851;hpb=a31c6b45ecaaa09fe220f4f89ca12e8ab7a16600;p=lttv.git diff --git a/ltt/branches/poly/lttv/lttv/print.c b/ltt/branches/poly/lttv/lttv/print.c index f06c527c..953326ab 100644 --- a/ltt/branches/poly/lttv/lttv/print.c +++ b/ltt/branches/poly/lttv/lttv/print.c @@ -250,8 +250,9 @@ void lttv_event_to_string(LttEvent *e, GString *s, 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, %s, %u, 0x%llX, %s", process->pid, + g_string_append_printf(s,", %u, %s, %s, %u, 0x%llX, %s", process->pid, g_quark_to_string(process->name), + g_quark_to_string(process->brand), process->ppid, process->current_function, g_quark_to_string(process->state->t)); }