Tracepoint API namespacing 'TP_ARGS'
[lttng-ust.git] / doc / examples / hello-static-lib / ust_tests_hello.h
index 4b935963ec0f3ca33af67eec366b8b95452ab371..f4fe4b7d5fc4f7978fa6a726112726f3b5f3eab2 100644 (file)
@@ -14,7 +14,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),
        TP_FIELDS(
@@ -36,7 +36,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.023203 seconds and 4 git commands to generate.