Rename statedump and dl events and fields
[lttng-ust.git] / liblttng-ust-dl / ust_dl.h
index e87ec122e0c1f85b4568a409c9d921c35b9ffb3f..72b23ac58eea522f6f8466e1c80c34608a600c68 100644 (file)
@@ -38,12 +38,12 @@ extern "C" {
 #include <lttng/tracepoint.h>
 
 TRACEPOINT_EVENT(lttng_ust_dl, dlopen,
-       TP_ARGS(void *, ip, void *, baddr, const char*, sopath,
+       TP_ARGS(void *, ip, void *, baddr, const char*, path,
                uint64_t, memsz),
        TP_FIELDS(
                ctf_integer_hex(void *, baddr, baddr)
                ctf_integer(uint64_t, memsz, memsz)
-               ctf_string(sopath, sopath)
+               ctf_string(path, path)
        )
 )
 
This page took 0.025111 seconds and 4 git commands to generate.