Implement support for lttng-modules syscall filtering
[lttng-tools.git] / src / common / kernel-ctl / kernel-ctl.h
index badf609a074d4d7fb9d20a256623208cddf1d0e8..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 */
 
@@ -74,5 +76,6 @@ int kernctl_get_events_discarded(int fd, uint64_t *events_discarded);
 int kernctl_get_content_size(int fd, uint64_t *content_size);
 int kernctl_get_packet_size(int fd, uint64_t *packet_size);
 int kernctl_get_stream_id(int fd, uint64_t *stream_id);
+int kernctl_get_current_timestamp(int fd, uint64_t *ts);
 
 #endif /* _LTTNG_KERNEL_CTL_H */
This page took 0.02359 seconds and 4 git commands to generate.