Support capture for kernel tracer
[lttng-tools.git] / src / common / kernel-ctl / kernel-ctl.h
index 5668468e68cdc4e9318ce73facc215c7477a5748..25cb3b52b57df1e61c0ba58cdc562b3b522efa8e 100644 (file)
@@ -36,8 +36,9 @@ int kernctl_create_event_notifier(int fd,
                const struct lttng_kernel_event_notifier *event_notifier);
 
 /* Apply on event file descriptor. */
-int kernctl_filter(int fd, const struct lttng_filter_bytecode *filter);
+int kernctl_filter(int fd, const struct lttng_bytecode *filter);
 int kernctl_add_callsite(int fd, struct lttng_kernel_event_callsite *callsite);
+int kernctl_capture(int fd, const struct lttng_bytecode *capture);
 
 int kernctl_tracepoint_list(int fd);
 int kernctl_syscall_list(int fd);
This page took 0.024216 seconds and 4 git commands to generate.