AC_PREREQ(2.57)
AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
#AC_WITH_LTDL # not needed ?
-AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.8.35-03042006)
+AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.8.36-20042006)
AM_CONFIG_HEADER(config.h)
AM_PROG_LIBTOOL
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, 0x%llX, %s", process->pid,
+ g_string_append_printf(s,", %u, %s, %u, 0x%llX, %s", process->pid,
+ g_quark_to_string(process->name),
process->ppid, process->current_function,
g_quark_to_string(process->state->t));
}