Tracepoint API namespacing 'TP_FIELDS'
[lttng-ust.git] / tests / compile / hello / ust_tests_hello.h
index c717a4c87cfdc365a9cd6094498836e81ee8cca7..17c2051709bd3a63a888aacf20a9c1c1a5e027f8 100644 (file)
@@ -19,7 +19,7 @@ TRACEPOINT_EVENT(ust_tests_hello, tptest,
                char *, text, size_t, textlen,
                double, doublearg, float, floatarg,
                bool, boolarg),
-       TP_FIELDS(
+       LTTNG_UST_TP_FIELDS(
                ctf_integer(int, intfield, anint)
                ctf_integer_hex(int, intfield2, anint)
                ctf_integer(long, longfield, anint)
@@ -52,7 +52,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.024419 seconds and 4 git commands to generate.