X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Flib%2Flttng-ust-cyg-profile%2Flttng-ust-cyg-profile.h;h=4a75c5ea3c49791273653afc2beb888cde967bbe;hb=612e9ce4e5cc3a1292522a563789f6aab6c421b1;hp=63b2ac3ce5b5f422151daa5a276c27ae7ef62546;hpb=cadfcbfcd89795086bfeb49af84dadc35154c754;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 63b2ac3c..4a75c5ea 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 @@ -16,9 +16,9 @@ extern "C" { #include -TRACEPOINT_EVENT_CLASS(lttng_ust_cyg_profile, func_class, +LTTNG_UST_TRACEPOINT_EVENT_CLASS(lttng_ust_cyg_profile, func_class, LTTNG_UST_TP_ARGS(void *, func_addr, void *, call_site), - TP_FIELDS( + LTTNG_UST_TP_FIELDS( ctf_integer_hex(unsigned long, addr, (unsigned long) func_addr) ctf_integer_hex(unsigned long, call_site, @@ -26,21 +26,21 @@ TRACEPOINT_EVENT_CLASS(lttng_ust_cyg_profile, func_class, ) ) -TRACEPOINT_EVENT_INSTANCE(lttng_ust_cyg_profile, func_class, +LTTNG_UST_TRACEPOINT_EVENT_INSTANCE(lttng_ust_cyg_profile, func_class, func_entry, LTTNG_UST_TP_ARGS(void *, func_addr, void *, call_site) ) -TRACEPOINT_LOGLEVEL(lttng_ust_cyg_profile, func_entry, - TRACE_DEBUG_FUNCTION) +LTTNG_UST_TRACEPOINT_LOGLEVEL(lttng_ust_cyg_profile, func_entry, + LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_FUNCTION) -TRACEPOINT_EVENT_INSTANCE(lttng_ust_cyg_profile, func_class, +LTTNG_UST_TRACEPOINT_EVENT_INSTANCE(lttng_ust_cyg_profile, func_class, func_exit, LTTNG_UST_TP_ARGS(void *, func_addr, void *, call_site) ) -TRACEPOINT_LOGLEVEL(lttng_ust_cyg_profile, func_exit, - TRACE_DEBUG_FUNCTION) +LTTNG_UST_TRACEPOINT_LOGLEVEL(lttng_ust_cyg_profile, func_exit, + LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_FUNCTION) #endif /* _TRACEPOINT_LTTNG_UST_CYG_PROFILE_H */