GSoC Project | Basic Support for Trace Compass

Ravindra Kumar Meena rmeena840 at gmail.com
Tue Jul 16 11:06:57 UTC 2019


>
> Very good, please change now the format of the event header to the one
> used by LTTNG:
>
> struct event_header_compact {
>         enum : uint5_t { compact = 0 ... 30, extended = 31 } id;
>         variant <id> {
>                 struct {
>                         uint27_clock_monotonic_t timestamp;
>                 } compact;
>                 struct {
>                         uint32_t id;
>                         uint64_clock_monotonic_t timestamp;
>                 } extended;
>         } v;
> } align(8);
>

We need it in client-side also. I think C does not have variant data type.


-- 
*Ravindra Kumar Meena*,
B. Tech. Computer Science and Engineering,
Indian Institute of Technology (Indian School of Mines)
<https://www.iitism.ac.in/>, Dhanbad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20190716/898a75a7/attachment-0002.html>


More information about the devel mailing list