X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng-sessiond%2Fevent.h;h=9ea0e462157f46127d1a3ad729e633cb68e0de0b;hp=2eafeccaeac75c372c9635f3bf7b9c2728ed7728;hb=7f79d3a151871c5bab5bf47aae4eec5f9da1eab7;hpb=045e5491d29048a9d888559cd91d6d6f304fc171 diff --git a/lttng-sessiond/event.h b/lttng-sessiond/event.h index 2eafeccae..9ea0e4621 100644 --- a/lttng-sessiond/event.h +++ b/lttng-sessiond/event.h @@ -42,9 +42,11 @@ int event_kernel_enable_all(struct ltt_kernel_session *ksession, int event_ust_enable_tracepoint(struct ltt_ust_session *usess, int domain, struct ltt_ust_channel *uchan, struct lttng_event *event); -int event_ust_disable_tracepoint(struct ltt_ust_session *ustsession, - struct ltt_ust_channel *ustchan, char *event_name); +int event_ust_disable_tracepoint(struct ltt_ust_session *usess, int domain, + struct ltt_ust_channel *uchan, char *event_name); int event_ust_enable_all_tracepoints(struct ltt_ust_session *usess, int domain, struct ltt_ust_channel *uchan); +int event_ust_disable_all_tracepoints(struct ltt_ust_session *usess, int domain, + struct ltt_ust_channel *uchan); #endif /* _LTT_EVENT_H */