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
MmapLostCommExitThrottleUnthrottleForkReadSampleMmap2BuildIdFinishedRoundUnknown(u32)Methods
impl EventType[src]
fn new(event_type: u32) -> EventType
fn is_unknown(&self) -> bool
Trait Implementations
impl PartialEq for EventType[src]
fn eq(&self, __arg_0: &EventType) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &EventType) -> bool
This method tests for !=.