tgid
[lttv.git] / ltt / branches / poly / lttv / lttv / print.c
index f51e7b6e97f6bc0092c29ad5e1fe69026e822b60..ff9116a4c30342d0fdfd9211a1edf37ae7efef5b 100644 (file)
@@ -250,7 +250,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, %s, %s, %u, 0x%llX, %s", process->pid,
+    g_string_append_printf(s,", %u, %u, %s, %s, %u, 0x%llX, %s", process->pid,
+        process->tgid,
         g_quark_to_string(process->name),
         g_quark_to_string(process->brand),
         process->ppid, process->current_function,
This page took 0.023285 seconds and 4 git commands to generate.