Lines Matching refs:proc
6 reading files in /proc.
10 * /proc/pid/pagemap. This file lets a userspace process find out which
13 fs/proc/task_mmu.c, above pagemap_read):
36 Efficient users of this interface will use /proc/pid/maps to
40 * /proc/kpagecount. This file contains a 64-bit count of the number of
43 * /proc/kpageflags. This file contains a 64-bit set of flags for each
46 The flags are (from fs/proc/page.c, above kpageflags_read):
75 * /proc/kpagecgroup. This file contains a 64-bit inode number of the
159 1. Read /proc/pid/maps to determine which parts of the memory space are
163 3. Open /proc/pid/pagemap and seek to the pages you would like to examine.
165 5. Open /proc/kpagecount and/or /proc/kpageflags. For each PFN you just