X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-ust-statedump-provider.h;h=b6a6f7e5970da8f8e789593f537debcf414fd643;hb=a435064bcf001da9bfee85cb6274cf21ad33613d;hp=9f1f74c572b3217f065965ca433dca9546572924;hpb=2bb51006eb599206433572e84fbe13737c72398f;p=lttng-ust.git diff --git a/liblttng-ust/lttng-ust-statedump-provider.h b/liblttng-ust/lttng-ust-statedump-provider.h index 9f1f74c5..b6a6f7e5 100644 --- a/liblttng-ust/lttng-ust-statedump-provider.h +++ b/liblttng-ust/lttng-ust-statedump-provider.h @@ -49,13 +49,17 @@ TRACEPOINT_EVENT(lttng_ust_statedump, bin_info, void *, baddr, 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(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) ) )