Tracepoint API namespacing 'TP_ARGS'
[lttng-ust.git] / tests / compile / hello / ust_tests_hello.h
index 2478a947ca15ab504a2681c9f8d783d41e0a80e8..c717a4c87cfdc365a9cd6094498836e81ee8cca7 100644 (file)
@@ -15,7 +15,7 @@
 #include <stddef.h>
 
 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,
                bool, boolarg),
@@ -51,7 +51,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.024384 seconds and 4 git commands to generate.