Hi developers,

trace {
    major = 1;
    minor = 8;
    uuid = "6a7715d0-b502-4c65-8678-6777ac7f755a";
    byte_order = le;
    packet.header := struct {
        uint32_t magic;
        uint8_t  uuid[16];
        uint32_t stream_id;
        uint64_t stream_instance_id;
    };
};

In the above what does stream_instance_id does? In CTF documentation [1] it
looks like packet.header can contain three values(magic, uuid, stream_id)
then what is stream_instance_id?

Please attend this ASAP

Thanks

-- 
*Ravindra Kumar Meena*,
B. Tech. Computer Science and Engineering,
Indian Institute of Technology (Indian School of Mines)
<https://www.iitism.ac.in/>, Dhanbad
_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

Reply via email to