Remove reference to thread brand
[lttv.git] / lttv / modules / gui / controlflow / drawing.c
index 9fac5cd3cd1440430047c36951328d2850f9e61c..eeb27e4719f026ec66e6ef151da301c0304449d9 100644 (file)
@@ -24,8 +24,6 @@
 #include <gdk/gdk.h>
 #include <string.h>
 
-#include <ltt/trace.h>
-
 #include <lttv/lttv.h>
 #include <lttvwindow/lttvwindow.h>
 #include <lttv/state.h>
@@ -413,14 +411,6 @@ void drawing_data_request(Drawing_t *drawing,
           events_request,
           &hooks);
 
-      lttv_trace_find_hook(ts->parent.t,
-          LTT_CHANNEL_USERSPACE,
-          LTT_EVENT_THREAD_BRAND,
-          FIELD_ARRAY(LTT_FIELD_NAME),
-          after_user_generic_thread_brand_hook,
-          events_request,
-          &hooks);
-
       lttv_trace_find_hook(ts->parent.t,
           LTT_CHANNEL_TASK_STATE,
           LTT_EVENT_PROCESS_STATE,
This page took 0.023137 seconds and 4 git commands to generate.