Tracepoint API namespacing 'TRACEPOINT_EVENT'
[lttng-ust.git] / tests / compile / test-app-ctx / ust_tests_hello.h
index 07051e12e3591d136c41ce3d505d48db2d925f48..1c87c5d155b600d950903dc97cc10d56cf8658db 100644 (file)
@@ -14,7 +14,7 @@
 #include <stddef.h>
 #include <stdbool.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,
@@ -39,7 +39,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.023656 seconds and 4 git commands to generate.