Struct linux_perf_file_reader::Perf
[−]
[src]
pub struct Perf { pub info: Info, pub event_attributes: Vec<EventAttributes>, pub events: Vec<Event>, }
Fields
info: Info
event_attributes: Vec<EventAttributes>
events: Vec<Event>