Struct perfcnt::linux::perf_format::MMAPRecord [] [src]

pub struct MMAPRecord {
    pub pid: i32,
    pub tid: u32,
    pub addr: u64,
    pub len: u64,
    pub pgoff: u64,
    pub filename: String,
}

The MMAP events record the PROT_EXEC mappings so that we can correlate user-space IPs to code.

Fields

Trait Implementations

impl Debug for MMAPRecord
[src]

Formats the value using the given formatter.