Tracepoint API namespacing 'TP_ARGS'
[lttng-ust.git] / tests / compile / hello.cxx / ust_tests_hello.h
index 1963e737f4aeef2658efb767aa0158d18f08612d..1e3f2f8ec2fcfe4e6caa3592e0ea437f44681720 100644 (file)
@@ -25,7 +25,7 @@ TRACEPOINT_ENUM(ust_tests_hello, my_enum,
 )
 
 TRACEPOINT_EVENT(ust_tests_hello, tptest,
-       TP_ARGS(int, anint, int, netint, long *, values,
+       LTTNG_UST_TP_ARGS(int, anint, int, netint, long *, values,
                 char *, text, size_t, textlen,
                 double, doublearg, float, floatarg,
                 int, enumarg),
@@ -49,7 +49,7 @@ TRACEPOINT_EVENT(ust_tests_hello, tptest,
 )
 
 TRACEPOINT_EVENT(ust_tests_hello, tptest_sighandler,
-       TP_ARGS(),
+       LTTNG_UST_TP_ARGS(),
        TP_FIELDS()
 )
 
This page took 0.023875 seconds and 4 git commands to generate.