X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fprint.c;h=83bc2f224afcce6493a4d4a0912ee98c7041666c;hb=beed0826da72d30455ea860dffa1346ce261a20d;hp=ff9cedac41d03ebae394926a97281f59d03a7619;hpb=7f0923173774f57d40214a61fbc7d33af1edd93a;p=lttv.git diff --git a/lttv/lttv/print.c b/lttv/lttv/print.c index ff9cedac..83bc2f22 100644 --- a/lttv/lttv/print.c +++ b/lttv/lttv/print.c @@ -37,12 +37,8 @@ #include #endif #include -#include -#include -#include #include #include -#include #include #include #include @@ -493,11 +489,10 @@ void lttv_event_to_string(LttEvent *e, GString *s, gboolean mandatory_fields, ltt_trace_name(ltt_tracefile_get_trace(tfs->parent.tf))), 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, %s, %u, 0x%" PRIx64", %s", + g_string_append_printf(s,", %u, %u, %s, %u, 0x%" PRIx64", %s", process->pid, process->tgid, g_quark_to_string(process->name), - g_quark_to_string(process->brand), process->ppid, process->current_function, g_quark_to_string(process->state->t));