thread brand
[lttv.git] / ltt / branches / poly / lttv / modules / gui / filter / filter.c
index 8d1232b0016fe4fbf3d797b75dc0d5fcf646903e..dab7d1f3125ac305d4a4a1a2babdf8721d209cf3 100644 (file)
@@ -195,6 +195,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.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"));
This page took 0.022786 seconds and 4 git commands to generate.