Tracepoint API namespacing 'TRACEPOINT_LOGLEVEL'
[lttng-ust.git] / include / lttng / ust-tracepoint-event.h
index fa4739ce3ec5ae05fce112105973a13b12579123..569431f1cd71847c4776ea71f46f758ad563be9c 100644 (file)
@@ -971,8 +971,8 @@ static const char __tp_event_signature___##_provider##___##_name[] =        \
 #define LTTNG_UST_TP_EXTERN_C
 #endif
 
-#undef TRACEPOINT_LOGLEVEL
-#define TRACEPOINT_LOGLEVEL(__provider, __name, __loglevel)                    \
+#undef LTTNG_UST_TRACEPOINT_LOGLEVEL
+#define LTTNG_UST_TRACEPOINT_LOGLEVEL(__provider, __name, __loglevel)                  \
 static const int _loglevel_value___##__provider##___##__name = __loglevel;     \
 LTTNG_UST_TP_EXTERN_C const int * const _loglevel___##__provider##___##__name  \
                __attribute__((visibility("hidden"))) =                         \
This page took 0.02427 seconds and 4 git commands to generate.