X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Ftracepoint.h;h=e460995804521e3f27628530d18313a0ea300cc6;hb=612e9ce4e5cc3a1292522a563789f6aab6c421b1;hp=11c2b8f3ee242a42d087921c7c49126487594016;hpb=8f51c684b1c9fde5d26b24515c03c04e8e4be515;p=lttng-ust.git diff --git a/src/common/tracepoint.h b/src/common/tracepoint.h index 11c2b8f3..e4609958 100644 --- a/src/common/tracepoint.h +++ b/src/common/tracepoint.h @@ -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);