Tracepoint API namespacing 'TP_FIELDS'
[lttng-ust.git] / doc / examples / hello-static-lib / ust_tests_hello.h
index f4fe4b7d5fc4f7978fa6a726112726f3b5f3eab2..e3965ba161a898c05bfc2929b9ee658efc5412fb 100644 (file)
@@ -17,7 +17,7 @@ TRACEPOINT_EVENT(ust_tests_hello, tptest,
        LTTNG_UST_TP_ARGS(int, anint, int, netint, long *, values,
                 char *, text, size_t, textlen,
                 double, doublearg, float, floatarg),
-       TP_FIELDS(
+       LTTNG_UST_TP_FIELDS(
                ctf_integer(int, intfield, anint)
                ctf_integer_hex(int, intfield2, anint)
                ctf_integer(long, longfield, anint)
@@ -37,7 +37,7 @@ TRACEPOINT_EVENT(ust_tests_hello, tptest,
 
 TRACEPOINT_EVENT(ust_tests_hello, tptest_sighandler,
        LTTNG_UST_TP_ARGS(),
-       TP_FIELDS()
+       LTTNG_UST_TP_FIELDS()
 )
 
 #endif /* _TRACEPOINT_UST_TESTS_HELLO_H */
This page took 0.023553 seconds and 4 git commands to generate.