print current function
[lttv.git] / ltt / branches / poly / lttv / lttv / print.c
index a6fcd2d19d0ae0ae46fdf7c3bcb778302eaeebd5..812ecef5409f652cf1c6b9ef1813070da11f16d2 100644 (file)
@@ -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);
This page took 0.022368 seconds and 4 git commands to generate.