X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=liblttng-ust%2Flttng-ust-statedump-provider.h;h=427ba2710d7643674d082a8170485155bfd8e773;hb=f5eb039d03be9b844c5cfde268008c60d79258d8;hp=5e212d9e3cce0e79cd6f8ffb9b4807c5b64fc825;hpb=64ec15a9a258a16b5de4d1b5d4b06505c5babfe4;p=lttng-ust.git diff --git a/liblttng-ust/lttng-ust-statedump-provider.h b/liblttng-ust/lttng-ust-statedump-provider.h index 5e212d9e..427ba271 100644 --- a/liblttng-ust/lttng-ust-statedump-provider.h +++ b/liblttng-ust/lttng-ust-statedump-provider.h @@ -48,12 +48,14 @@ TRACEPOINT_EVENT(lttng_ust_statedump, soinfo, struct lttng_session *, session, void *, baddr, const char*, sopath, - uint64_t, memsz + 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_integer(uint8_t, is_pic, is_pic) ) )