Fix compatibility with d40ee8ec4ac9998f Babeltrace API cleanup name get_timestamp
[lttv.git] / lttv / lttv / print.c
index aa21f77bf3c18531515539bdf37d9cfb0e318087..758f7af30a51930f2d6f6b54a0e67346447a3b1a 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.022868 seconds and 4 git commands to generate.