Support lttng-modules syscall wildcards
[lttng-tools.git] / src / bin / lttng-sessiond / kernel.h
index a2d19f1434102e2d15b1ce790c28b9f43e42e2f1..2f7cc15fb285c8b1316949ec0929075e434e6c6e 100644 (file)
@@ -42,10 +42,6 @@ int kernel_disable_channel(struct ltt_kernel_channel *chan);
 int kernel_disable_event(struct ltt_kernel_event *event);
 int kernel_enable_event(struct ltt_kernel_event *event);
 int kernel_enable_channel(struct ltt_kernel_channel *chan);
-int kernel_enable_syscall(const char *syscall_name,
-               struct ltt_kernel_channel *channel);
-int kernel_disable_syscall(const char *syscall_name,
-               struct ltt_kernel_channel *channel);
 int kernel_track_pid(struct ltt_kernel_session *session, int pid);
 int kernel_untrack_pid(struct ltt_kernel_session *session, int pid);
 int kernel_open_metadata(struct ltt_kernel_session *session);
This page took 0.022791 seconds and 4 git commands to generate.