X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fcompile%2Fsame_line_tracepoint%2Fust_tests_sameline.h;h=ba76c1a23e376ee601a4db6defb24ef773f3838a;hb=612e9ce4e5cc3a1292522a563789f6aab6c421b1;hp=1894a95a7e0c18fe4fd5475d12fcadac2a403ac5;hpb=c0c0989ab70574e09b2f7e8b48c2da6af664a849;p=lttng-ust.git diff --git a/tests/compile/same_line_tracepoint/ust_tests_sameline.h b/tests/compile/same_line_tracepoint/ust_tests_sameline.h index 1894a95a..ba76c1a2 100644 --- a/tests/compile/same_line_tracepoint/ust_tests_sameline.h +++ b/tests/compile/same_line_tracepoint/ust_tests_sameline.h @@ -12,17 +12,17 @@ #include -TRACEPOINT_EVENT(ust_tests_sameline, event1, - TP_ARGS(), - TP_FIELDS() +LTTNG_UST_TRACEPOINT_EVENT(ust_tests_sameline, event1, + LTTNG_UST_TP_ARGS(), + LTTNG_UST_TP_FIELDS() ) -TRACEPOINT_LOGLEVEL(ust_tests_sameline, event1, TRACE_CRIT) +LTTNG_UST_TRACEPOINT_LOGLEVEL(ust_tests_sameline, event1, TRACE_CRIT) -TRACEPOINT_EVENT(ust_tests_sameline, event2, - TP_ARGS(), - TP_FIELDS() +LTTNG_UST_TRACEPOINT_EVENT(ust_tests_sameline, event2, + LTTNG_UST_TP_ARGS(), + LTTNG_UST_TP_FIELDS() ) -TRACEPOINT_LOGLEVEL(ust_tests_sameline, event2, TRACE_CRIT) +LTTNG_UST_TRACEPOINT_LOGLEVEL(ust_tests_sameline, event2, TRACE_CRIT) #endif /* _TRACEPOINT_UST_TESTS_SAMELINE_H */