1 unstable release
0.4.1 | Feb 28, 2025 |
---|
#5 in #trace-points
181 downloads per month
Used in 7 crates
(3 directly)
66KB
748 lines
EventHeader encoding core types
EventHeader
is an event encoding format. This format is used to encode event metadata
and data for Tracepoints
used with the Linux user_events system.
The eventheader_types
provides support types for the EventHeader
encoding format.
This crate is used when logging EventHeader
-style events and when decoding them.