Fix: liblttng-ust-dl ip context
[lttng-ust.git] / liblttng-ust-dl / ust_baddr.h
index 2c757f7ff41fa9e483eaa1a1b9d48ad9a5f56cff..0ca71dbf96eb77f4ea9902f61ec4bd4c1fbf9195 100644 (file)
@@ -37,7 +37,8 @@ extern "C" {
 #include <lttng/tracepoint.h>
 
 TRACEPOINT_EVENT(ust_baddr, push,
-       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(ust_baddr, push,
 )
 
 TRACEPOINT_EVENT(ust_baddr, pop,
-       TP_ARGS(void *, baddr),
+       TP_ARGS(void *, baddr, void *, ip),
        TP_FIELDS(
                ctf_integer_hex(void *, baddr, baddr)
        )
This page took 0.02462 seconds and 4 git commands to generate.