X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Ftracepoint-event.h;h=4044339d255e421aa2d8d9d1d2a7687b16856b5d;hb=061fc37ae64a1ad3ecefe10d9a2db33ebb5c41ce;hp=a2f54066fe78e267dc217158dc40d8e2afe83420;hpb=bfcc27599ca05786adf839492fe5da9121899b3c;p=lttng-ust.git diff --git a/include/lttng/tracepoint-event.h b/include/lttng/tracepoint-event.h index a2f54066..4044339d 100644 --- a/include/lttng/tracepoint-event.h +++ b/include/lttng/tracepoint-event.h @@ -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)