From: compudj Date: Wed, 7 Sep 2005 18:55:16 +0000 (+0000) Subject: add process name X-Git-Tag: v0.12.20~2348 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=4f85064b08d8d1c4f3b7db162081f91be3a6f23a;p=lttv.git add process name git-svn-id: http://ltt.polymtl.ca/svn@1141 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttv/modules/gui/filter/filter.c b/ltt/branches/poly/lttv/modules/gui/filter/filter.c index 99739a53..fb67b72c 100644 --- a/ltt/branches/poly/lttv/modules/gui/filter/filter.c +++ b/ltt/branches/poly/lttv/modules/gui/filter/filter.c @@ -190,6 +190,7 @@ gui_filter(Tab *tab) */ g_ptr_array_add(fvd->f_field_options,(gpointer) g_string_new("tracefile.name")); g_ptr_array_add(fvd->f_field_options,(gpointer) g_string_new("trace.name")); + g_ptr_array_add(fvd->f_field_options,(gpointer) g_string_new("state.process_name")); g_ptr_array_add(fvd->f_field_options,(gpointer) g_string_new("state.pid")); g_ptr_array_add(fvd->f_field_options,(gpointer) g_string_new("state.ppid")); g_ptr_array_add(fvd->f_field_options,(gpointer) g_string_new("state.creation_time"));