Hide internal tracepoint and providers data symbols
[lttng-ust.git] / src / lib / lttng-ust-pthread-wrapper / lttng-ust-pthread.c
index b590aa3e3082718c5fae10b46b82744303928582..6cf2a6fce74f35061ec3fc04caf80a74302e6466 100644 (file)
 #include "common/macros.h"
 #include <pthread.h>
 
+#define LTTNG_UST_TRACEPOINT_HIDDEN_DEFINITION
+#define LTTNG_UST_TRACEPOINT_PROVIDER_HIDDEN_DEFINITION
+
 #define LTTNG_UST_TRACEPOINT_DEFINE
-#define TRACEPOINT_CREATE_PROBES
-#define TP_IP_PARAM ip
+#define LTTNG_UST_TRACEPOINT_CREATE_PROBES
+#define LTTNG_UST_TP_IP_PARAM ip
 #include "ust_pthread.h"
 
 static __thread int thread_in_trace;
This page took 0.02357 seconds and 4 git commands to generate.