Struct linux_perf_file_reader::EventAttributes [] [src]

#[repr(C)]
pub struct EventAttributes { pub perf_type: PerfType, pub size: u32, pub hw_id: HwId, pub sample_period_or_freq: u64, pub sample_format: SampleFormat, pub read_format: ReadFormat, pub flags: AttrFlags, pub wakeup_events_or_watermakr: u32, pub bp_type: u32, pub bp_addr_or_config1: u32, pub bp_len_or_config2: u64, pub branch_sample_type: u64, pub sample_regs_user: u64, pub sample_stack_user: u32, pub clockid: i32, pub sample_regs_intr: u64, pub aux_watermark: u32, pub sample_max_stack: u16, pub reserved_2: u16, }

Fields

Trait Implementations

impl Debug for EventAttributes
[src]

Formats the value using the given formatter.