Tracepoint API namespacing 'TP_ARGS'
[lttng-ust.git] / tests / compile / test-app-ctx / ust_tests_hello.h
index c8307296f7c6acab0cdcef88713e6ec1b8410f80..006b8a1e96190dca9ae67f44cd04972ee50212a9 100644 (file)
@@ -15,7 +15,7 @@
 #include <stdbool.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),
@@ -40,7 +40,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.028103 seconds and 4 git commands to generate.