X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=liblttng-ust-dl%2Fust_dl.h;h=24c9b70fa1e7ef7fb1bf532c7459504a9897972c;hb=a548b3c1a329855ad7b2be6937a5a378419fb1b3;hp=72b23ac58eea522f6f8466e1c80c34608a600c68;hpb=f60e49dfa7bdb452c34b5241eee0cb29ebc08b11;p=lttng-ust.git diff --git a/liblttng-ust-dl/ust_dl.h b/liblttng-ust-dl/ust_dl.h index 72b23ac5..24c9b70f 100644 --- a/liblttng-ust-dl/ust_dl.h +++ b/liblttng-ust-dl/ust_dl.h @@ -39,11 +39,14 @@ extern "C" { TRACEPOINT_EVENT(lttng_ust_dl, dlopen, TP_ARGS(void *, ip, void *, baddr, const char*, path, - uint64_t, memsz), + uint64_t, memsz, uint8_t, has_build_id, + uint8_t, has_debug_link), TP_FIELDS( ctf_integer_hex(void *, baddr, baddr) ctf_integer(uint64_t, memsz, memsz) ctf_string(path, path) + ctf_integer(uint8_t, has_build_id, has_build_id) + ctf_integer(uint8_t, has_debug_link, has_debug_link) ) )