X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Fhello-static-lib%2Fust_tests_hello.h;h=22f35c7377ae5b4d1f67352958292eda6cf06584;hb=7f2f82c3b336458e815e9a4ed100d7084c9e7138;hp=e3965ba161a898c05bfc2929b9ee658efc5412fb;hpb=efa14d169c6336fa8b9f478538ac7968ef9c0338;p=lttng-ust.git diff --git a/doc/examples/hello-static-lib/ust_tests_hello.h b/doc/examples/hello-static-lib/ust_tests_hello.h index e3965ba1..22f35c73 100644 --- a/doc/examples/hello-static-lib/ust_tests_hello.h +++ b/doc/examples/hello-static-lib/ust_tests_hello.h @@ -13,7 +13,7 @@ #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), @@ -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() )