X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Flib%2Flttng-ust-cyg-profile%2Flttng-ust-cyg-profile.h;h=63b2ac3ce5b5f422151daa5a276c27ae7ef62546;hb=cadfcbfcd89795086bfeb49af84dadc35154c754;hp=8e98237a56513e3cdde0651362e45be536de3121;hpb=cbc06a3bd9abe653eaf278cdf4be8bf28dcca267;p=lttng-ust.git diff --git a/src/lib/lttng-ust-cyg-profile/lttng-ust-cyg-profile.h b/src/lib/lttng-ust-cyg-profile/lttng-ust-cyg-profile.h index 8e98237a..63b2ac3c 100644 --- a/src/lib/lttng-ust-cyg-profile/lttng-ust-cyg-profile.h +++ b/src/lib/lttng-ust-cyg-profile/lttng-ust-cyg-profile.h @@ -17,7 +17,7 @@ extern "C" { #include TRACEPOINT_EVENT_CLASS(lttng_ust_cyg_profile, func_class, - TP_ARGS(void *, func_addr, void *, call_site), + LTTNG_UST_TP_ARGS(void *, func_addr, void *, call_site), TP_FIELDS( ctf_integer_hex(unsigned long, addr, (unsigned long) func_addr) @@ -28,7 +28,7 @@ TRACEPOINT_EVENT_CLASS(lttng_ust_cyg_profile, func_class, TRACEPOINT_EVENT_INSTANCE(lttng_ust_cyg_profile, func_class, func_entry, - TP_ARGS(void *, func_addr, void *, call_site) + LTTNG_UST_TP_ARGS(void *, func_addr, void *, call_site) ) TRACEPOINT_LOGLEVEL(lttng_ust_cyg_profile, func_entry, @@ -36,7 +36,7 @@ TRACEPOINT_LOGLEVEL(lttng_ust_cyg_profile, func_entry, TRACEPOINT_EVENT_INSTANCE(lttng_ust_cyg_profile, func_class, func_exit, - TP_ARGS(void *, func_addr, void *, call_site) + LTTNG_UST_TP_ARGS(void *, func_addr, void *, call_site) ) TRACEPOINT_LOGLEVEL(lttng_ust_cyg_profile, func_exit,