X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Flib%2Flttng-ust-cyg-profile%2Flttng-ust-cyg-profile-fast.c;h=f5396b418ca1e8f535f8422dcfa61a8d18e566c0;hb=cbc06a3bd9abe653eaf278cdf4be8bf28dcca267;hp=bee7ac04d0da2a987cc52bb4b46431fde5a0be8a;hpb=34f7f1421e4869381acf65d59cb1abb37df440df;p=lttng-ust.git diff --git a/src/lib/lttng-ust-cyg-profile/lttng-ust-cyg-profile-fast.c b/src/lib/lttng-ust-cyg-profile/lttng-ust-cyg-profile-fast.c index bee7ac04..f5396b41 100644 --- a/src/lib/lttng-ust-cyg-profile/lttng-ust-cyg-profile-fast.c +++ b/src/lib/lttng-ust-cyg-profile/lttng-ust-cyg-profile-fast.c @@ -22,10 +22,10 @@ void __cyg_profile_func_exit(void *this_fn, void *call_site) void __cyg_profile_func_enter(void *this_fn, void *call_site __attribute__((unused))) { - tracepoint(lttng_ust_cyg_profile_fast, func_entry, this_fn); + lttng_ust_tracepoint(lttng_ust_cyg_profile_fast, func_entry, this_fn); } void __cyg_profile_func_exit(void *this_fn, void *call_site __attribute__((unused))) { - tracepoint(lttng_ust_cyg_profile_fast, func_exit, this_fn); + lttng_ust_tracepoint(lttng_ust_cyg_profile_fast, func_exit, this_fn); }