Expand description
§Linux Tracepoints
Modules§
- changelog
- Release history
Structs§
- Event
Data Descriptor - Low-level API: Describes a block of data to be sent to user_events via
TracepointState::write
. - Tracepoint
State - Low-level API: Represents a tracepoint registration.
Enums§
- Native
Implementation - Possible configurations under which this crate can be compiled:
LinuxUserEvents
orOther
.
Constants§
- NATIVE_
IMPLEMENTATION - The configuration under which this crate was compiled:
LinuxUserEvents
orOther
.