Fix: liblttng-ust-dl ip context
[lttng-ust.git] / liblttng-ust-dl / ust_dl.h
index 10801898807623d6248067b5a8419fc692144699..ddab530649c42df75e169c70b73dfb4353f934b3 100644 (file)
@@ -37,7 +37,8 @@ extern "C" {
 #include <lttng/tracepoint.h>
 
 TRACEPOINT_EVENT(lttng_ust_dl, dlopen,
-       TP_ARGS(void *, baddr, const char*, sopath, int64_t, size, int64_t, mtime),
+       TP_ARGS(void *, baddr, const char*, sopath, int64_t, size,
+               int64_t, mtime, void *, ip),
        TP_FIELDS(
                ctf_integer_hex(void *, baddr, baddr)
                ctf_string(sopath, sopath)
@@ -47,7 +48,7 @@ TRACEPOINT_EVENT(lttng_ust_dl, dlopen,
 )
 
 TRACEPOINT_EVENT(lttng_ust_dl, dlclose,
-       TP_ARGS(void *, baddr),
+       TP_ARGS(void *, baddr, void *, ip),
        TP_FIELDS(
                ctf_integer_hex(void *, baddr, baddr)
        )
This page took 0.025489 seconds and 5 git commands to generate.