X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Flib%2Flttng-ust-cyg-profile%2Flttng-ust-cyg-profile.h;h=c98d555d7a7f1e8bca632559ef03c3585c830d99;hb=5b675300cd432c3dff378ac5b78eb6b56d4294e6;hp=c4e22e3cd47486153d3b575c4f06b664c085a6ce;hpb=5b393d6424d959e2efbb800b0c8a61b81bf9968e;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 c4e22e3c..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 @@ -19,15 +19,15 @@ extern "C" { LTTNG_UST_TRACEPOINT_EVENT_CLASS(lttng_ust_cyg_profile, func_class, LTTNG_UST_TP_ARGS(void *, func_addr, void *, call_site), LTTNG_UST_TP_FIELDS( - ctf_integer_hex(unsigned long, addr, + lttng_ust_field_integer_hex(unsigned long, addr, (unsigned long) func_addr) - ctf_integer_hex(unsigned long, call_site, + lttng_ust_field_integer_hex(unsigned long, call_site, (unsigned long) call_site) ) ) 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) )