X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2Fprint.c;h=6bcb2387fe5f0acccf22ad45a3c0cad419c86e02;hb=074ed5c1680c6533beb9e1b346f96c1fef777b93;hp=812ecef5409f652cf1c6b9ef1813070da11f16d2;hpb=61716b3e99d92b9945c76e2d74cda685cb762109;p=lttv.git diff --git a/ltt/branches/poly/lttv/lttv/print.c b/ltt/branches/poly/lttv/lttv/print.c index 812ecef5..6bcb2387 100644 --- a/ltt/branches/poly/lttv/lttv/print.c +++ b/ltt/branches/poly/lttv/lttv/print.c @@ -183,7 +183,8 @@ 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, %u, 0x%llX, %s", process->pid, + g_string_append_printf(s,", %u, %s, %u, 0x%llX, %s", process->pid, + g_quark_to_string(process->name), process->ppid, process->current_function, g_quark_to_string(process->state->t)); }