X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Flib%2Flttng-ust-dl%2Fust_dl.h;h=01c32ddc74877a9b85352a0da88065b48b75abbd;hb=efa14d169c6336fa8b9f478538ac7968ef9c0338;hp=b18f432c50fed14539b6b195f039892e4bc276d8;hpb=cadfcbfcd89795086bfeb49af84dadc35154c754;p=lttng-ust.git diff --git a/src/lib/lttng-ust-dl/ust_dl.h b/src/lib/lttng-ust-dl/ust_dl.h index b18f432c..01c32ddc 100644 --- a/src/lib/lttng-ust-dl/ust_dl.h +++ b/src/lib/lttng-ust-dl/ust_dl.h @@ -26,7 +26,7 @@ TRACEPOINT_EVENT(lttng_ust_dl, dlopen, LTTNG_UST_TP_ARGS(void *, ip, void *, baddr, const char *, path, int, flags, uint64_t, memsz, uint8_t, has_build_id, uint8_t, has_debug_link), - TP_FIELDS( + LTTNG_UST_TP_FIELDS( ctf_unused(ip) ctf_integer_hex(void *, baddr, baddr) ctf_integer(uint64_t, memsz, memsz) @@ -43,7 +43,7 @@ TRACEPOINT_EVENT(lttng_ust_dl, dlmopen, const char *, path, int, flags, uint64_t, memsz, uint8_t, has_build_id, uint8_t, has_debug_link), - TP_FIELDS( + LTTNG_UST_TP_FIELDS( ctf_unused(ip) ctf_integer_hex(void *, baddr, baddr) ctf_integer(uint64_t, memsz, memsz) @@ -63,7 +63,7 @@ TRACEPOINT_EVENT(lttng_ust_dl, build_id, uint8_t *, build_id, size_t, build_id_len ), - TP_FIELDS( + LTTNG_UST_TP_FIELDS( ctf_unused(ip) ctf_integer_hex(void *, baddr, baddr) ctf_sequence_hex(uint8_t, build_id, build_id, @@ -78,7 +78,7 @@ TRACEPOINT_EVENT(lttng_ust_dl, debug_link, char *, filename, uint32_t, crc ), - TP_FIELDS( + LTTNG_UST_TP_FIELDS( ctf_unused(ip) ctf_integer_hex(void *, baddr, baddr) ctf_integer(uint32_t, crc, crc) @@ -88,7 +88,7 @@ TRACEPOINT_EVENT(lttng_ust_dl, debug_link, TRACEPOINT_EVENT(lttng_ust_dl, dlclose, LTTNG_UST_TP_ARGS(void *, ip, void *, baddr), - TP_FIELDS( + LTTNG_UST_TP_FIELDS( ctf_unused(ip) ctf_integer_hex(void *, baddr, baddr) )