Add is_pic field to statedump soinfo event
[lttng-ust.git] / liblttng-ust / lttng-ust-statedump-provider.h
index 5e212d9e3cce0e79cd6f8ffb9b4807c5b64fc825..427ba2710d7643674d082a8170485155bfd8e773 100644 (file)
@@ -48,12 +48,14 @@ TRACEPOINT_EVENT(lttng_ust_statedump, soinfo,
                struct lttng_session *, session,
                void *, baddr,
                const char*, sopath,
-               uint64_t, memsz
+               uint64_t, memsz,
+               uint8_t, is_pic
        ),
        TP_FIELDS(
                ctf_integer_hex(void *, baddr, baddr)
                ctf_integer(uint64_t, memsz, memsz)
                ctf_string(sopath, sopath)
+               ctf_integer(uint8_t, is_pic, is_pic)
        )
 )
 
This page took 0.036805 seconds and 4 git commands to generate.