X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Flib%2Flttng-ust-cyg-profile%2Flttng-ust-cyg-profile-fast.h;h=417765650e7ef74621405eec2d2c367b2fd7271d;hb=b4064f282fc27c80f17166b1439442d6ddd118b2;hp=e5bbba69f419be20b972b7722b90f8e3e30c5f6f;hpb=251c9f75028bda8453a048978ec221b70a652153;p=lttng-ust.git diff --git a/src/lib/lttng-ust-cyg-profile/lttng-ust-cyg-profile-fast.h b/src/lib/lttng-ust-cyg-profile/lttng-ust-cyg-profile-fast.h index e5bbba69..41776565 100644 --- a/src/lib/lttng-ust-cyg-profile/lttng-ust-cyg-profile-fast.h +++ b/src/lib/lttng-ust-cyg-profile/lttng-ust-cyg-profile-fast.h @@ -19,7 +19,7 @@ extern "C" { LTTNG_UST_TRACEPOINT_EVENT(lttng_ust_cyg_profile_fast, func_entry, LTTNG_UST_TP_ARGS(void *, func_addr), LTTNG_UST_TP_FIELDS( - ctf_integer_hex(unsigned long, addr, + lttng_ust_field_integer_hex(unsigned long, addr, (unsigned long) func_addr) ) )