Enum ktrace::RecordType [] [src]

pub enum RecordType {
    SystemCall,
    SystemCallReturn,
    Namei,
    GenericIO,
    Signal,
    ContextSwitch,
    UserData,
    Struct,
    Sysctl,
    ProcessCreation,
    ProcessDestruction,
    CapabilityFailure,
    PageFault,
    PageFaultEnd,
}

Types of ktrace records that a Header can describe

Variants

Methods

impl RecordType
[src]

Trait Implementations

impl Clone for RecordType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RecordType
[src]

Formats the value using the given formatter.

impl Display for RecordType
[src]

Formats the value using the given formatter. Read more