Struct linux_perf_file_reader::Perf [] [src]

pub struct Perf {
    pub info: Info,
    pub event_attributes: Vec<EventAttributes>,
    pub events: Vec<Event>,
}

Fields

Trait Implementations

impl Debug for Perf
[src]

Formats the value using the given formatter.