X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fcompile%2Fhello%2Fust_tests_hello.h;h=77993708082a7932fd022842e328274b4f677d46;hb=88c7c4eacbd4a98ad8e5df341ae2f1223b735194;hp=c717a4c87cfdc365a9cd6094498836e81ee8cca7;hpb=cadfcbfcd89795086bfeb49af84dadc35154c754;p=lttng-ust.git diff --git a/tests/compile/hello/ust_tests_hello.h b/tests/compile/hello/ust_tests_hello.h index c717a4c8..77993708 100644 --- a/tests/compile/hello/ust_tests_hello.h +++ b/tests/compile/hello/ust_tests_hello.h @@ -14,12 +14,12 @@ #include #include -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, bool, boolarg), - TP_FIELDS( + LTTNG_UST_TP_FIELDS( ctf_integer(int, intfield, anint) ctf_integer_hex(int, intfield2, anint) ctf_integer(long, longfield, anint) @@ -50,9 +50,9 @@ 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(), - TP_FIELDS() + LTTNG_UST_TP_FIELDS() ) #endif /* _TRACEPOINT_UST_TESTS_HELLO_H */