thread brand
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / eventhooks.h
index ed06aa27e7af182ed0b98429c511b3222893c5ed..aab74e9499ea034ce0cd495a41d80341cda38ae3 100644 (file)
@@ -59,6 +59,8 @@ void send_test_data(ProcessList *process_list, Drawing_t *drawing);
 
 GtkWidget *h_guicontrolflow(Tab *tab);
 
+GtkWidget *h_legend(Tab *tab);
+
 int event_selected_hook(void *hook_data, void *call_data);
 
 /*
@@ -83,7 +85,22 @@ int event_selected_hook(void *hook_data, void *call_data);
  */
 int before_schedchange_hook(void *hook_data, void *call_data);
 int after_schedchange_hook(void *hook_data, void *call_data);
-int after_fork_hook(void *hook_data, void *call_data);
+int before_execmode_hook(void *hook_data, void *call_data);
+int after_execmode_hook(void *hook_data, void *call_data);
+
+
+int before_process_exit_hook(void *hook_data, void *call_data);
+int before_process_release_hook(void *hook_data, void *call_data);
+int after_process_exit_hook(void *hook_data, void *call_data);
+int after_process_fork_hook(void *hook_data, void *call_data);
+int after_fs_exec_hook(void *hook_data, void *call_data);
+int after_user_generic_thread_brand_hook(void *hook_data, void *call_data);
+int after_event_enum_process_hook(void *hook_data, void *call_data);
+
+#if 0
+int before_process_hook(void *hook_data, void *call_data);
+int after_process_hook(void *hook_data, void *call_data);
+#endif //0
 
 void draw_closure(gpointer key, gpointer value, gpointer user_data);
 
@@ -100,4 +117,6 @@ gint traceset_notify(void *hook_data, void *call_data);
 gint redraw_notify(void *hook_data, void *call_data);
 gint continue_notify(void *hook_data, void *call_data);
 
+void legend_destructor(GtkWindow *legend);
+
 #endif // _EVENT_HOOKS_H
This page took 0.023542 seconds and 4 git commands to generate.