Tracepoint API namespacing 'TRACEPOINT_EVENT'
[lttng-ust.git] / doc / examples / hello-static-lib / ust_tests_hello.h
index e3965ba161a898c05bfc2929b9ee658efc5412fb..22f35c7377ae5b4d1f67352958292eda6cf06584 100644 (file)
@@ -13,7 +13,7 @@
 #include <lttng/tracepoint.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),
@@ -35,7 +35,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.023686 seconds and 4 git commands to generate.