X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust-cyg-profile%2Flttng-ust-cyg-profile-fast.h;h=0a6c67f969506fe43bae1ce80b66a7145603f7b1;hb=88950450f2a3d598bfdd6226351a2a8775ca1514;hp=5356760fa521d5e373dc365099ea951414004c63;hpb=dd33005382c8852d04eef7f09f746c2fdfca1e52;p=lttng-ust.git diff --git a/liblttng-ust-cyg-profile/lttng-ust-cyg-profile-fast.h b/liblttng-ust-cyg-profile/lttng-ust-cyg-profile-fast.h index 5356760f..0a6c67f9 100644 --- a/liblttng-ust-cyg-profile/lttng-ust-cyg-profile-fast.h +++ b/liblttng-ust-cyg-profile/lttng-ust-cyg-profile-fast.h @@ -35,7 +35,8 @@ extern "C" { TRACEPOINT_EVENT(lttng_ust_cyg_profile_fast, func_entry, TP_ARGS(void *, func_addr), TP_FIELDS( - ctf_integer_hex(void *, addr, func_addr) + ctf_integer_hex(unsigned long, addr, + (unsigned long) func_addr) ) )