create directories branches, tags, trunk
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / eventhooks.h
index 6f4fdf015e01a2a11e823e02721f4fedd457163b..883761236a722d1f640f7d303193d30ac716608e 100644 (file)
@@ -57,9 +57,9 @@
 
 void send_test_data(ProcessList *process_list, Drawing_t *drawing);
 
-GtkWidget *h_guicontrolflow(Tab *tab);
+GtkWidget *h_guicontrolflow(LttvPlugin *plugin);
 
-GtkWidget *h_legend(Tab *tab);
+GtkWidget *h_legend(LttvPlugin *plugin);
 
 int event_selected_hook(void *hook_data, void *call_data);
 
@@ -94,7 +94,8 @@ 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);
@@ -107,6 +108,7 @@ int  before_chunk(void *hook_data, void *call_data);
 int  after_chunk(void *hook_data, void *call_data);
 int  before_request(void *hook_data, void *call_data);
 int  after_request(void *hook_data, void *call_data);
+int  before_statedump_end(void *hook_data, void *call_data);
 
 
 
This page took 0.02258 seconds and 4 git commands to generate.