Remove reference to thread brand
[lttv.git] / lttv / modules / gui / controlflow / drawing.c
index 53048b5ba8d1a84fda28cf0df64977345f0afab6..eeb27e4719f026ec66e6ef151da301c0304449d9 100644 (file)
 #include <gdk/gdk.h>
 #include <string.h>
 
-#include <ltt/trace.h>
-
 #include <lttv/lttv.h>
-#ifdef BABEL_CLEANUP
-#include <lttv/tracecontext.h>
-#endif //babel_cleanup
 #include <lttvwindow/lttvwindow.h>
 #include <lttv/state.h>
 #include <lttv/hook.h>
@@ -416,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.024754 seconds and 4 git commands to generate.