X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fevent.h;h=d1c094b25c385753ef1c144b4cbec00c07592b19;hp=b606d76333430cd79821737624fc64dea1bfe56f;hb=025faf73cdb6942ebf437dc4c4f6631f0134b128;hpb=d14d33bf091e72b23b1f90ea18a0a01bed098b76 diff --git a/src/bin/lttng-sessiond/event.h b/src/bin/lttng-sessiond/event.h index b606d7633..d1c094b25 100644 --- a/src/bin/lttng-sessiond/event.h +++ b/src/bin/lttng-sessiond/event.h @@ -39,11 +39,12 @@ int event_kernel_enable_all(struct ltt_kernel_session *ksession, struct ltt_kernel_channel *kchan, int kernel_tracer_fd); int event_ust_enable_tracepoint(struct ltt_ust_session *usess, int domain, - struct ltt_ust_channel *uchan, struct lttng_event *event); + struct ltt_ust_channel *uchan, struct lttng_event *event, + struct lttng_filter_bytecode *filter); 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); + struct ltt_ust_channel *uchan, struct lttng_filter_bytecode *filter); int event_ust_disable_all_tracepoints(struct ltt_ust_session *usess, int domain, struct ltt_ust_channel *uchan);