X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=include%2Flttng%2Fevents.h;h=05b0f7cf7a9740a1e32ade6753cd91fa763e379b;hb=ade8a729bae2186c2bd0d262cbe3b822adce8659;hp=7226a27bed53162d63c4187b140db7a484562b64;hpb=783d0d2f8cefc67fe0d770fadfda1b75ede636f9;p=deliverable%2Flttng-modules.git diff --git a/include/lttng/events.h b/include/lttng/events.h index 7226a27b..05b0f7cf 100644 --- a/include/lttng/events.h +++ b/include/lttng/events.h @@ -773,10 +773,13 @@ void lttng_clock_unref(void); int lttng_syscalls_register_event(struct lttng_channel *chan, void *filter); int lttng_syscalls_unregister_event(struct lttng_channel *chan); int lttng_syscalls_destroy_event(struct lttng_channel *chan); -int lttng_syscall_filter_enable_event(struct lttng_channel *chan, +int lttng_syscall_filter_enable_event( + struct lttng_channel *chan, struct lttng_event *event); -int lttng_syscall_filter_disable_event(struct lttng_channel *chan, +int lttng_syscall_filter_disable_event( + struct lttng_channel *chan, struct lttng_event *event); + long lttng_channel_syscall_mask(struct lttng_channel *channel, struct lttng_kernel_syscall_mask __user *usyscall_mask);