Tracepoint API namespacing '__tp_stringify'
[lttng-ust.git] / include / lttng / tracepoint-event.h
index a2f54066fe78e267dc217158dc40d8e2afe83420..4044339d255e421aa2d8d9d1d2a7687b16856b5d 100644 (file)
@@ -15,8 +15,8 @@
 
 #ifdef LTTNG_UST_TRACEPOINT_CREATE_PROBES
 
-#define __tp_stringify1(x)     #x
-#define __tp_stringify(x)      __tp_stringify1(x)
+#define lttng_ust__tp_stringify1(x)    #x
+#define lttng_ust__tp_stringify(x)     lttng_ust__tp_stringify1(x)
 
 #undef LTTNG_UST_TRACEPOINT_EVENT_INSTANCE
 #define LTTNG_UST_TRACEPOINT_EVENT_INSTANCE(_provider, _template, _name, _args)
This page took 0.024028 seconds and 4 git commands to generate.