X-Git-Url: https://git.liburcu.org/?p=lttv.git;a=blobdiff_plain;f=lttv%2Fmodules%2Fgui%2Ffilter%2Ffilter.c;fp=lttv%2Fmodules%2Fgui%2Ffilter%2Ffilter.c;h=9bc71415649b2214fe6a735cf8692cde99c2cbb1;hp=a69685f8f8b58559187a7e10fd8e828d313a1748;hb=beed0826da72d30455ea860dffa1346ce261a20d;hpb=7cc5d6940eb4ca8516c91e62f5f27434b8adc390 diff --git a/lttv/modules/gui/filter/filter.c b/lttv/modules/gui/filter/filter.c index a69685f8..9bc71415 100644 --- a/lttv/modules/gui/filter/filter.c +++ b/lttv/modules/gui/filter/filter.c @@ -196,7 +196,6 @@ gui_filter(LttvPlugin *plugin) g_ptr_array_add(fvd->f_field_options,(gpointer) g_string_new("channel.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.thread_brand")); 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"));