X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Flib%2Flttng-ust-cyg-profile%2Flttng-ust-cyg-profile.h;h=8661163b79c45ae9a96e3a232c403c588e4e59a7;hb=b4064f282fc27c80f17166b1439442d6ddd118b2;hp=c4e22e3cd47486153d3b575c4f06b664c085a6ce;hpb=251c9f75028bda8453a048978ec221b70a652153;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..8661163b 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,9 +19,9 @@ 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) ) )