Implement support for lttng-modules syscall filtering
[lttng-tools.git] / src / common / kernel-ctl / kernel-ctl.h
index 7c5f8bebefb55b2156b7214b9ef59476aef927a6..b67e8e356e44e247f7b19036c4430f71917729b8 100644 (file)
@@ -40,6 +40,8 @@ int kernctl_tracer_version(int fd, struct lttng_kernel_tracer_version *v);
 int kernctl_wait_quiescent(int fd);
 int kernctl_calibrate(int fd, struct lttng_kernel_calibrate *calibrate);
 
+int kernctl_enable_syscall(int fd, const char *syscall_name);
+int kernctl_disable_syscall(int fd, const char *syscall_name);
 
 /* Buffer operations */
 
This page took 0.022762 seconds and 4 git commands to generate.