Enum perfcnt::linux::perf_format::EventType [] [src]

pub enum EventType {
    Mmap,
    Lost,
    Comm,
    Exit,
    Throttle,
    Unthrottle,
    Fork,
    Read,
    Sample,
    Mmap2,
    BuildId,
    FinishedRound,
    Unknown(u32),
}

Variants

Methods

impl EventType
[src]

Trait Implementations

impl PartialEq for EventType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for EventType
[src]

impl Debug for EventType
[src]

Formats the value using the given formatter.