X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust-dl%2Fust_dl.h;h=72b23ac58eea522f6f8466e1c80c34608a600c68;hb=f60e49dfa7bdb452c34b5241eee0cb29ebc08b11;hp=e87ec122e0c1f85b4568a409c9d921c35b9ffb3f;hpb=4fdf4dff348ae6e7df301cd06db8c938982dde40;p=lttng-ust.git diff --git a/liblttng-ust-dl/ust_dl.h b/liblttng-ust-dl/ust_dl.h index e87ec122..72b23ac5 100644 --- a/liblttng-ust-dl/ust_dl.h +++ b/liblttng-ust-dl/ust_dl.h @@ -38,12 +38,12 @@ extern "C" { #include 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) ) )