doc: remove duplicate LTTNG_UST_BLOCKING_RETRY_TIMEOUT man page entry
[lttng-ust.git] / liblttng-ust / lttng-ust-statedump-provider.h
index 5e212d9e3cce0e79cd6f8ffb9b4807c5b64fc825..b6a6f7e5970da8f8e789593f537debcf414fd643 100644 (file)
@@ -43,17 +43,23 @@ TRACEPOINT_EVENT(lttng_ust_statedump, start,
        TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(lttng_ust_statedump, soinfo,
+TRACEPOINT_EVENT(lttng_ust_statedump, bin_info,
        TP_ARGS(
                struct lttng_session *, session,
                void *, baddr,
-               const char*, sopath,
-               uint64_t, memsz
+               const char*, path,
+               uint64_t, memsz,
+               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(sopath, sopath)
+               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.04544 seconds and 4 git commands to generate.