From 61716b3e99d92b9945c76e2d74cda685cb762109 Mon Sep 17 00:00:00 2001 From: compudj Date: Fri, 10 Mar 2006 17:08:58 +0000 Subject: [PATCH] print current function git-svn-id: http://ltt.polymtl.ca/svn@1675 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/lttv/print.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ltt/branches/poly/lttv/lttv/print.c b/ltt/branches/poly/lttv/lttv/print.c index a6fcd2d1..812ecef5 100644 --- a/ltt/branches/poly/lttv/lttv/print.c +++ b/ltt/branches/poly/lttv/lttv/print.c @@ -183,8 +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, %s", process->pid, - process->ppid, + g_string_append_printf(s,", %u, %u, 0x%llX, %s", process->pid, + process->ppid, process->current_function, g_quark_to_string(process->state->t)); } event_type = ltt_event_eventtype(e); -- 2.34.1