X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=tests%2Fcompile%2Fsame_line_tracepoint%2Fust_tests_sameline.h;h=565f74f6ef110bf48cc1e8a5276a81201de6203e;hb=cadfcbfcd89795086bfeb49af84dadc35154c754;hp=1894a95a7e0c18fe4fd5475d12fcadac2a403ac5;hpb=cbc06a3bd9abe653eaf278cdf4be8bf28dcca267;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..565f74f6 100644 --- a/tests/compile/same_line_tracepoint/ust_tests_sameline.h +++ b/tests/compile/same_line_tracepoint/ust_tests_sameline.h @@ -13,13 +13,13 @@ #include TRACEPOINT_EVENT(ust_tests_sameline, event1, - TP_ARGS(), + LTTNG_UST_TP_ARGS(), TP_FIELDS() ) TRACEPOINT_LOGLEVEL(ust_tests_sameline, event1, TRACE_CRIT) TRACEPOINT_EVENT(ust_tests_sameline, event2, - TP_ARGS(), + LTTNG_UST_TP_ARGS(), TP_FIELDS() ) TRACEPOINT_LOGLEVEL(ust_tests_sameline, event2, TRACE_CRIT)