Tracepoint API namespacing 'TRACEPOINT_LOGLEVEL'
[lttng-ust.git] / src / common / tracepoint.h
index 11c2b8f3ee242a42d087921c7c49126487594016..e460995804521e3f27628530d18313a0ea300cc6 100644 (file)
@@ -7,15 +7,15 @@
 #ifndef _UST_COMMON_TRACEPOINT_H
 #define _UST_COMMON_TRACEPOINT_H
 
-#define TRACE_DEFAULT  TRACE_DEBUG_LINE
+#define LTTNG_UST_TRACEPOINT_LOGLEVEL_DEFAULT  LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_LINE
 
 /*
  * These symbols are ABI between liblttng-ust-tracepoint and liblttng-ust,
  * which is why they are not hidden and not part of the public API.
  */
-int lttng_ust_tp_probe_register_queue_release(const char *name,
+int lttng_ust_tp_probe_register_queue_release(const char *provider_name, const char *event_name,
                void (*func)(void), void *data, const char *signature);
-int lttng_ust_tp_probe_unregister_queue_release(const char *name,
+int lttng_ust_tp_probe_unregister_queue_release(const char *provider_name, const char *event_name,
                void (*func)(void), void *data);
 void lttng_ust_tp_probe_prune_release_queue(void);
 
This page took 0.02362 seconds and 4 git commands to generate.