Tracepoint API namespacing 'TRACEPOINT_EVENT'
[lttng-ust.git] / tests / compile / hello / ust_tests_hello.h
index 17c2051709bd3a63a888aacf20a9c1c1a5e027f8..77993708082a7932fd022842e328274b4f677d46 100644 (file)
@@ -14,7 +14,7 @@
 #include <stdbool.h>
 #include <stddef.h>
 
-TRACEPOINT_EVENT(ust_tests_hello, tptest,
+LTTNG_UST_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,
@@ -50,7 +50,7 @@ TRACEPOINT_EVENT(ust_tests_hello, tptest,
        )
 )
 
-TRACEPOINT_EVENT(ust_tests_hello, tptest_sighandler,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello, tptest_sighandler,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
This page took 0.022442 seconds and 4 git commands to generate.