X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=ltt-sessiond%2Fkernel-ctl.h;h=a1ab0c25cccbf5b052a421cf1f301befad442170;hb=aaf267147df386f0438de88782296077ff5b5861;hp=35057be08503a77f90998622753992c3c2787786;hpb=20fe210416ef1cc0e9b85e5a40c58344e3185fd6;p=lttng-tools.git diff --git a/ltt-sessiond/kernel-ctl.h b/ltt-sessiond/kernel-ctl.h index 35057be08..a1ab0c25c 100644 --- a/ltt-sessiond/kernel-ctl.h +++ b/ltt-sessiond/kernel-ctl.h @@ -19,7 +19,11 @@ #ifndef _LTT_KERNEL_CTL_H #define _LTT_KERNEL_CTL_H +#include "trace.h" + int kernel_create_session(struct command_ctx *cmd_ctx, int tracer_fd); int kernel_create_channel(struct command_ctx *cmd_ctx); +int kernel_enable_event(struct ltt_kernel_channel *channel, char *name); +int kernel_open_metadata(struct ltt_kernel_session *session); #endif /* _LTT_KERNEL_CTL_H */