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
pid: i32
tid: u32
addr: u64
len: u64
pgoff: u64
filename: String