Function pagemap::pagemap[][src]

pub fn pagemap(pid: u64) -> Result<Vec<(MapsEntry, Vec<PageMapEntry>)>>

Convenience wrapper for PageMap::pagemap, to retrieve the entries of /proc/PID/maps for the process with the given PID, combined with those in /proc/PID/pagemap (and also /proc/kpagecount and /proc/kpageflags, if permitted).