X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust-dl%2Fust_dl.h;h=7f618da778518998927b856f4a02b0ca9dff0531;hb=5152f6df156d6ccb234965d1b3d26b167bd6b94e;hp=94fc87ef6fabf1bc7fe81e747898fdada076de51;hpb=2208d8b5689264e35ed0a660d8c3c82021cc0367;p=lttng-ust.git diff --git a/liblttng-ust-dl/ust_dl.h b/liblttng-ust-dl/ust_dl.h index 94fc87ef..7f618da7 100644 --- a/liblttng-ust-dl/ust_dl.h +++ b/liblttng-ust-dl/ust_dl.h @@ -27,6 +27,7 @@ TRACEPOINT_EVENT(lttng_ust_dl, dlopen, int, flags, uint64_t, memsz, uint8_t, has_build_id, uint8_t, has_debug_link), TP_FIELDS( + ctf_unused(ip) ctf_integer_hex(void *, baddr, baddr) ctf_integer(uint64_t, memsz, memsz) ctf_integer_hex(int, flags, flags) @@ -43,6 +44,7 @@ TRACEPOINT_EVENT(lttng_ust_dl, dlmopen, uint64_t, memsz, uint8_t, has_build_id, uint8_t, has_debug_link), TP_FIELDS( + ctf_unused(ip) ctf_integer_hex(void *, baddr, baddr) ctf_integer(uint64_t, memsz, memsz) ctf_integer(Lmid_t, nsid, nsid) @@ -62,6 +64,7 @@ TRACEPOINT_EVENT(lttng_ust_dl, build_id, size_t, build_id_len ), TP_FIELDS( + ctf_unused(ip) ctf_integer_hex(void *, baddr, baddr) ctf_sequence_hex(uint8_t, build_id, build_id, size_t, build_id_len) @@ -76,6 +79,7 @@ TRACEPOINT_EVENT(lttng_ust_dl, debug_link, uint32_t, crc ), TP_FIELDS( + ctf_unused(ip) ctf_integer_hex(void *, baddr, baddr) ctf_integer(uint32_t, crc, crc) ctf_string(filename, filename) @@ -85,6 +89,7 @@ TRACEPOINT_EVENT(lttng_ust_dl, debug_link, TRACEPOINT_EVENT(lttng_ust_dl, dlclose, TP_ARGS(void *, ip, void *, baddr), TP_FIELDS( + ctf_unused(ip) ctf_integer_hex(void *, baddr, baddr) ) )