X-Git-Url: http://git.liburcu.org/?p=lttng-ust.git;a=blobdiff_plain;f=liblttng-ust-dl%2Fust_baddr.h;h=0ca71dbf96eb77f4ea9902f61ec4bd4c1fbf9195;hp=2c757f7ff41fa9e483eaa1a1b9d48ad9a5f56cff;hb=f89adaae0b269c28768de32ad6ebbd87ed074b27;hpb=a5be8e90fcf5f76a9ba0d5d06f131e5420266e0c diff --git a/liblttng-ust-dl/ust_baddr.h b/liblttng-ust-dl/ust_baddr.h index 2c757f7f..0ca71dbf 100644 --- a/liblttng-ust-dl/ust_baddr.h +++ b/liblttng-ust-dl/ust_baddr.h @@ -37,7 +37,8 @@ extern "C" { #include 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) )