Tracepoints and markers: cleanup init, add missing mutex lock/unlock
[ust.git] / include / ust / tracepoint-internal.h
index 6fcc49159a31bfe41fdd9fb1a6c98efe9a49fc81..6b159b4c09378f6c44c35250f4208457452da451 100644 (file)
@@ -32,9 +32,7 @@
 #include <urcu-bp.h>
 #include <ust/core.h>
 #include <urcu/list.h>
-
-extern void tracepoint_update_probe_range(struct tracepoint * const *begin,
-       struct tracepoint * const *end);
+#include <ust/tracepoint.h>
 
 extern int tracepoint_probe_register_noupdate(const char *name, void *probe,
                                              void *data);
@@ -83,4 +81,6 @@ extern int trace_event_get_iter_range(struct trace_event * const **trace_event,
 extern void trace_event_update_process(void);
 extern int is_trace_event_enabled(const char *channel, const char *name);
 
+extern void init_tracepoint(void);
+
 #endif /* _UST_TRACEPOINT_INTERNAL_H */
This page took 0.022405 seconds and 4 git commands to generate.