tracepoint: introduce macros to hide tracepoint/provider symbols
[lttng-ust.git] / src / lib / lttng-ust / ust_lib.c
index 19817d78c7a54eb4f0c87e5bdb88386bf6ddb283..12cb3a8a771b5796c54c809cd2f8a6feff95b0e7 100644 (file)
@@ -6,6 +6,6 @@
  */
 
 #define _LGPL_SOURCE
-#define TRACEPOINT_CREATE_PROBES
-#define TP_IP_PARAM ip
+#define LTTNG_UST_TRACEPOINT_CREATE_PROBES
+#define LTTNG_UST_TP_IP_PARAM ip
 #include "ust_lib.h"
This page took 0.025242 seconds and 4 git commands to generate.