Fix: add "has_build_id" and "has_debug_link" fields to debuginfo events
[lttng-ust.git] / liblttng-ust / lttng-ust-statedump-provider.h
index 9f1f74c572b3217f065965ca433dca9546572924..b6a6f7e5970da8f8e789593f537debcf414fd643 100644 (file)
@@ -49,13 +49,17 @@ TRACEPOINT_EVENT(lttng_ust_statedump, bin_info,
                void *, baddr,
                const char*, path,
                uint64_t, memsz,
-               uint8_t, is_pic
+               uint8_t, is_pic,
+               uint8_t, has_build_id,
+               uint8_t, has_debug_link
        ),
        TP_FIELDS(
                ctf_integer_hex(void *, baddr, baddr)
                ctf_integer(uint64_t, memsz, memsz)
                ctf_string(path, path)
                ctf_integer(uint8_t, is_pic, is_pic)
+               ctf_integer(uint8_t, has_build_id, has_build_id)
+               ctf_integer(uint8_t, has_debug_link, has_debug_link)
        )
 )
 
This page took 0.025393 seconds and 4 git commands to generate.