thread brand
[lttv.git] / ltt / branches / poly / lttv / lttv / print.c
index f06c527c5a28e8d1346b062a1e4553639f3c6851..953326ab39004090ec2ecda609d03cbaf15cc5ad 100644 (file)
@@ -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));
   }
This page took 0.023161 seconds and 4 git commands to generate.