Add 'ctf_unused' tracepoint field type
[lttng-ust.git] / liblttng-ust-dl / ust_dl.h
index 94fc87ef6fabf1bc7fe81e747898fdada076de51..7f618da778518998927b856f4a02b0ca9dff0531 100644 (file)
@@ -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)
        )
 )
This page took 0.023708 seconds and 4 git commands to generate.