X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Flib%2Flttng-ust-cyg-profile%2Flttng-ust-cyg-profile.h;h=c98d555d7a7f1e8bca632559ef03c3585c830d99;hb=5b675300cd432c3dff378ac5b78eb6b56d4294e6;hp=8661163b79c45ae9a96e3a232c403c588e4e59a7;hpb=6ed05973463c75c8d36273f6d32764fb761de199;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 8661163b..c98d555d 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 @@ -27,7 +27,7 @@ LTTNG_UST_TRACEPOINT_EVENT_CLASS(lttng_ust_cyg_profile, func_class, ) LTTNG_UST_TRACEPOINT_EVENT_INSTANCE(lttng_ust_cyg_profile, func_class, - func_entry, + lttng_ust_cyg_profile, func_entry, LTTNG_UST_TP_ARGS(void *, func_addr, void *, call_site) ) @@ -35,7 +35,7 @@ LTTNG_UST_TRACEPOINT_LOGLEVEL(lttng_ust_cyg_profile, func_entry, LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_FUNCTION) LTTNG_UST_TRACEPOINT_EVENT_INSTANCE(lttng_ust_cyg_profile, func_class, - func_exit, + lttng_ust_cyg_profile, func_exit, LTTNG_UST_TP_ARGS(void *, func_addr, void *, call_site) )