Add kernctl_syscall_list
[lttng-tools.git] / src / common / kernel-ctl / kernel-ctl.h
index 7c5f8bebefb55b2156b7214b9ef59476aef927a6..a20c689971615f86d907f5d8402b213ac10edd09 100644 (file)
@@ -36,10 +36,13 @@ int kernctl_start_session(int fd);
 int kernctl_stop_session(int fd);
 
 int kernctl_tracepoint_list(int fd);
+int kernctl_syscall_list(int fd);
 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.024592 seconds and 4 git commands to generate.