X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-ust-statedump-provider.h;h=427ba2710d7643674d082a8170485155bfd8e773;hb=444da810e491b66b873466c240202c27e0cd1adc;hp=5e212d9e3cce0e79cd6f8ffb9b4807c5b64fc825;hpb=b3d0eeae6d0807a5098dd7b054995c3ba541180b;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) ) )