Preliminary work for full UST support
[lttng-tools.git] / ltt-sessiond / event.h
index 38768c51a9a66d242c754b1efc684de80ee6202e..2852b3535c19f37ecee88e4a591913cd8124d614 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 ltt_ust_event *uevent);
+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.022788 seconds and 4 git commands to generate.