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

pub struct MMAP2Record {
    pub ptid: ThreadId,
    pub addr: u64,
    pub len: u64,
    pub pgoff: u64,
    pub maj: u32,
    pub min: u32,
    pub ino: u64,
    pub ino_generation: u64,
    pub prot: u32,
    pub flags: u32,
    pub filename: String,
}

Fields

Trait Implementations

impl Debug for MMAP2Record
[src]

Formats the value using the given formatter.