X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fcontrolflow%2Feventhooks.h;h=9d0d19572a80fac14e8c723838f4d5e17c2f3902;hb=b27439533c5620fe06b9800fce0bc3592ed2088b;hp=73f9ab92dc7728a3cabd10bc9ded4278ddeafa9a;hpb=d47b33d2c29ed3d8ead828e309f7d9d39a516495;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.h b/ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.h index 73f9ab92..9d0d1957 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.h +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.h @@ -81,9 +81,12 @@ int event_selected_hook(void *hook_data, void *call_data); * The choice of lines'color is defined by the context of the last event for this * process. */ -int draw_before_hook(void *hook_data, void *call_data); - -int draw_after_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 before_execmode_hook(void *hook_data, void *call_data); +int after_execmode_hook(void *hook_data, void *call_data); +int before_process_hook(void *hook_data, void *call_data); +int after_process_hook(void *hook_data, void *call_data); void draw_closure(gpointer key, gpointer value, gpointer user_data);