Searched refs:smaps (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/tools/testing/selftests/vm/ |
D | mlock2-tests.c | 189 FILE *smaps; in is_vmflag_set() local 191 smaps = seek_to_smaps_entry(addr); in is_vmflag_set() 192 if (!smaps) { in is_vmflag_set() 197 while (getline(&line, &size, smaps) > 0) { in is_vmflag_set() 212 fclose(smaps); in is_vmflag_set() 224 FILE *smaps = NULL; in is_vma_lock_on_fault() local 234 smaps = seek_to_smaps_entry(addr); in is_vma_lock_on_fault() 235 if (!smaps) { in is_vma_lock_on_fault() 240 while (getline(&line, &size, smaps) > 0) { in is_vma_lock_on_fault() 256 while (getline(&line, &size, smaps) > 0) { in is_vma_lock_on_fault() [all …]
|
/linux-4.4.14/fs/proc/ |
D | Kconfig | 71 /proc/pid/smaps, /proc/pid/clear_refs, /proc/pid/pagemap,
|
/linux-4.4.14/Documentation/vm/ |
D | transhuge.txt | 202 necessary to read /proc/PID/smaps and count the AnonHugePages fields 203 for each mapping. Note that reading the smaps file is expensive and
|
/linux-4.4.14/Documentation/filesystems/ |
D | proc.txt | 130 clear_refs Clears page referenced bits shown in smaps output 147 smaps a extension based on maps, showing the memory consumption of 207 snapshot of a moment, you can see /proc/<pid>/smaps file and scan page table. 415 The /proc/PID/smaps is an extension based on maps, showing the memory 1848 /proc/<pid>/smaps, both of which contain many more records. At the same
|