X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-ust-statedump-provider.h;h=b6a6f7e5970da8f8e789593f537debcf414fd643;hb=ef1a13e0de71e01d19a9d1b2d4abdac5e34eb9bc;hp=427ba2710d7643674d082a8170485155bfd8e773;hpb=f5eb039d03be9b844c5cfde268008c60d79258d8;p=lttng-ust.git diff --git a/liblttng-ust/lttng-ust-statedump-provider.h b/liblttng-ust/lttng-ust-statedump-provider.h index 427ba271..b6a6f7e5 100644 --- a/liblttng-ust/lttng-ust-statedump-provider.h +++ b/liblttng-ust/lttng-ust-statedump-provider.h @@ -43,19 +43,23 @@ TRACEPOINT_EVENT(lttng_ust_statedump, start, TP_FIELDS() ) -TRACEPOINT_EVENT(lttng_ust_statedump, soinfo, +TRACEPOINT_EVENT(lttng_ust_statedump, bin_info, TP_ARGS( struct lttng_session *, session, void *, baddr, - const char*, sopath, + const char*, path, uint64_t, memsz, - uint8_t, is_pic + uint8_t, is_pic, + 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(sopath, sopath) + ctf_string(path, path) ctf_integer(uint8_t, is_pic, is_pic) + ctf_integer(uint8_t, has_build_id, has_build_id) + ctf_integer(uint8_t, has_debug_link, has_debug_link) ) )