Initial commit for control flow view
[lttv.git] / lttv / lttv / print.c
index 85ede0360ecb582eec939836e4b4aeb044ce36ae..6ad93419db09fdc28de9f98fff1be751c8fbd668 100644 (file)
@@ -323,7 +323,7 @@ int getProcessInfosFromEvent(LttvEvent *event, GString* processInfos)
        }
 #endif
        if (noError||1) {
-               g_string_append_printf(processInfos, "%u, %u, %s, %u", pid, tid, procname, ppid);
+               g_string_append_printf(processInfos, "%u, %u, %s, %u. %s, %s", pid, tid, procname, ppid, g_quark_to_string(process->state->t), g_quark_to_string(process->state->s));
        }
        else {
                ret = -1;
This page took 0.022483 seconds and 4 git commands to generate.