Tracepoint API namespacing 'TRACEPOINT_CREATE_PROBES'
[lttng-ust.git] / src / lib / lttng-ust / tracef.c
index e48ef802c1cdbddc41aa9e49435e9e1b2d7f64fe..e1824e5c767148c4f36d0111e30447613adfdedf 100644 (file)
@@ -8,8 +8,8 @@
 #include <stdio.h>
 #include "common/macros.h"
 
-#define TRACEPOINT_CREATE_PROBES
-#define TRACEPOINT_DEFINE
+#define LTTNG_UST_TRACEPOINT_CREATE_PROBES
+#define LTTNG_UST_TRACEPOINT_DEFINE
 #include "lttng-ust-tracef-provider.h"
 
 static inline
This page took 0.026571 seconds and 4 git commands to generate.