Rename statedump and dl events and fields
[lttng-ust.git] / liblttng-ust / lttng-ust-statedump-provider.h
index 427ba2710d7643674d082a8170485155bfd8e773..9f1f74c572b3217f065965ca433dca9546572924 100644 (file)
@@ -43,18 +43,18 @@ 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,
+               const char*, path,
                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_string(path, path)
                ctf_integer(uint8_t, is_pic, is_pic)
        )
 )
This page took 0.030979 seconds and 4 git commands to generate.