X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust-cyg-profile%2Flttng-ust-cyg-profile-fast.h;h=ea6383861dd057debb211a23e726eaf51ca74b1f;hb=6c737d0594cac0d969e1948ea1ed55c15be9cec8;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..ea638386 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) ) ) @@ -43,7 +44,7 @@ TRACEPOINT_LOGLEVEL(lttng_ust_cyg_profile_fast, func_entry, TRACE_DEBUG_FUNCTION) TRACEPOINT_EVENT(lttng_ust_cyg_profile_fast, func_exit, - TP_ARGS(void), + TP_ARGS(void *, func_addr), TP_FIELDS() )