Add 'ctf_unused' tracepoint field type
[lttng-ust.git] / liblttng-ust / ust_lib.h
index ca525d401caaeb6a26e26e00792b74aa772f005a..f704efb61d86e36822f5b62043d5042a729dfed1 100644 (file)
@@ -28,6 +28,7 @@ TRACEPOINT_EVENT(lttng_ust_lib, load,
                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_string(path, path)
@@ -44,6 +45,7 @@ TRACEPOINT_EVENT(lttng_ust_lib, 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)
@@ -58,6 +60,7 @@ TRACEPOINT_EVENT(lttng_ust_lib, 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)
@@ -67,6 +70,7 @@ TRACEPOINT_EVENT(lttng_ust_lib, debug_link,
 TRACEPOINT_EVENT(lttng_ust_lib, unload,
        TP_ARGS(void *, ip, void *, baddr),
        TP_FIELDS(
+               ctf_unused(ip)
                ctf_integer_hex(void *, baddr, baddr)
        )
 )
This page took 0.022711 seconds and 4 git commands to generate.