X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fcompile%2Fhello.cxx%2Fust_tests_hello.h;h=c6fde916a854bf3ed80ee0b2de3440f5c2dcb1af;hb=7f2f82c3b336458e815e9a4ed100d7084c9e7138;hp=6da2c4dfe735bd496f6ee8d733d9cae53b2cd4ef;hpb=efa14d169c6336fa8b9f478538ac7968ef9c0338;p=lttng-ust.git diff --git a/tests/compile/hello.cxx/ust_tests_hello.h b/tests/compile/hello.cxx/ust_tests_hello.h index 6da2c4df..c6fde916 100644 --- a/tests/compile/hello.cxx/ust_tests_hello.h +++ b/tests/compile/hello.cxx/ust_tests_hello.h @@ -24,7 +24,7 @@ TRACEPOINT_ENUM(ust_tests_hello, my_enum, ) ) -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, @@ -48,7 +48,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() )