Crate tracepoint

Source
Expand description

§Linux Tracepoints

Modules§

changelog
Release history

Structs§

EventDataDescriptor
Low-level API: Describes a block of data to be sent to user_events via TracepointState::write.
TracepointState
Low-level API: Represents a tracepoint registration.

Enums§

NativeImplementation
Possible configurations under which this crate can be compiled: LinuxUserEvents or Other.

Constants§

NATIVE_IMPLEMENTATION
The configuration under which this crate was compiled: LinuxUserEvents or Other.