X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-ust-statedump-provider.h;h=b6a6f7e5970da8f8e789593f537debcf414fd643;hb=5de7c318804a7b1edce8562d4891b4c74aac0677;hp=5e212d9e3cce0e79cd6f8ffb9b4807c5b64fc825;hpb=8e2aed3f18adc14ec586ef717e396bcac4473dd7;p=lttng-ust.git diff --git a/liblttng-ust/lttng-ust-statedump-provider.h b/liblttng-ust/lttng-ust-statedump-provider.h index 5e212d9e..b6a6f7e5 100644 --- a/liblttng-ust/lttng-ust-statedump-provider.h +++ b/liblttng-ust/lttng-ust-statedump-provider.h @@ -43,17 +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, - uint64_t, memsz + const char*, path, + uint64_t, memsz, + 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) ) )