X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=liblttng-ust%2Flttng-ust-statedump-provider.h;h=9f1f74c572b3217f065965ca433dca9546572924;hb=e7953e6e102fdc71419cb2a7169468af46f568c4;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..9f1f74c5 100644 --- a/liblttng-ust/lttng-ust-statedump-provider.h +++ b/liblttng-ust/lttng-ust-statedump-provider.h @@ -43,17 +43,19 @@ 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 ), 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) ) )