Add enable kernel event using the enable ioctl
[lttng-tools.git] / ltt-sessiond / trace.h
index 8da147230e22a928ec89b7b33f37c9a84d02cc8c..427b05b8814be010bd72b2ce0caf15c753fa8f51 100644 (file)
@@ -101,6 +101,14 @@ struct ltt_ust_marker {
        char *channel;
 };
 
+/*
+ * Get functions.
+ */
+struct ltt_kernel_event *get_kernel_event_by_name(
+               char *name, struct ltt_kernel_channel *channel);
+struct ltt_kernel_channel *get_kernel_channel_by_name(
+               char *name, struct ltt_kernel_session *session);
+
 /*
  * Create functions malloc() the data structure.
  */
This page took 0.022773 seconds and 4 git commands to generate.