Implement clock plugin support
[lttng-modules.git] / lttng-events.h
index 4bf8920f3fc18fe74b24704f7f45e1c4e244ec61..921bc1fc8342d9b7d2be1479cb8d50d07ef33e3c 100644 (file)
@@ -557,6 +557,9 @@ int lttng_session_untrack_pid(struct lttng_session *session, int pid);
 
 int lttng_session_list_tracker_pids(struct lttng_session *session);
 
+void lttng_clock_ref(void);
+void lttng_clock_unref(void);
+
 #if defined(CONFIG_HAVE_SYSCALL_TRACEPOINTS)
 int lttng_syscalls_register(struct lttng_channel *chan, void *filter);
 int lttng_syscalls_unregister(struct lttng_channel *chan);
This page took 0.023885 seconds and 4 git commands to generate.