Hide internal tracepoint and providers data symbols
[lttng-ust.git] / src / lib / lttng-ust / tracef.c
index e321ee07a497c3043243f7d8199a26d423743a5a..c05c781199f8235a62972a3e8969dec5fccf5594 100644 (file)
@@ -8,6 +8,9 @@
 #include <stdio.h>
 #include "common/macros.h"
 
+/* The tracepoint definition is public, but the provider definition is hidden. */
+#define LTTNG_UST_TRACEPOINT_PROVIDER_HIDDEN_DEFINITION
+
 #define LTTNG_UST_TRACEPOINT_CREATE_PROBES
 #define LTTNG_UST_TRACEPOINT_DEFINE
 #include "lttng-ust-tracef-provider.h"
This page took 0.022654 seconds and 4 git commands to generate.