UST support: add UST control commands
[lttng-tools.git] / ltt-sessiond / event.h
index 38768c51a9a66d242c754b1efc684de80ee6202e..879ae659c2cd34743a1e6e3357e4c4451586d5d1 100644 (file)
@@ -40,4 +40,9 @@ int event_kernel_enable_all_syscalls(struct ltt_kernel_session *ksession,
 int event_kernel_enable_all(struct ltt_kernel_session *ksession,
                struct ltt_kernel_channel *kchan, int kernel_tracer_fd);
 
+int event_ust_enable_tracepoint(struct ltt_ust_session *ustsession,
+               struct ltt_ust_channel *ustchan, struct lttng_event *event);
+int event_ust_disable_tracepoint(struct ltt_ust_session *ustsession,
+               struct ltt_ust_channel *ustchan, char *event_name);
+
 #endif /* _LTT_EVENT_H */
This page took 0.022814 seconds and 4 git commands to generate.