Searched refs:smaps (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
D | mlock2-tests.c | 78 FILE *smaps; in is_vmflag_set() local 80 smaps = seek_to_smaps_entry(addr); in is_vmflag_set() 81 if (!smaps) { in is_vmflag_set() 86 while (getline(&line, &size, smaps) > 0) { in is_vmflag_set() 101 fclose(smaps); in is_vmflag_set() 114 FILE *smaps = NULL; in get_value_for_name() local 117 smaps = seek_to_smaps_entry(addr); in get_value_for_name() 118 if (!smaps) { in get_value_for_name() 123 while (getline(&line, &size, smaps) > 0) { in get_value_for_name() 140 if (smaps) in get_value_for_name() [all …]
|
D | mlock-random-test.c | 87 FILE *smaps; in get_proc_page_size() local 92 smaps = seek_to_smaps_entry(addr); in get_proc_page_size() 93 if (!smaps) { in get_proc_page_size() 98 while (getline(&line, &size, smaps) > 0) { in get_proc_page_size() 116 if (smaps) in get_proc_page_size() 117 fclose(smaps); in get_proc_page_size()
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | procfs-smaps_rollup | 6 process. The format is almost identical to /proc/pid/smaps, 10 fields from all the maps in /proc/pid/smaps. 12 are not present in /proc/pid/smaps. These fields represent
|
/kernel/linux/build/test/moduletest/runtest/bin/mem_debug_t/testcases/bin/ |
D | mem_debug08.sh | 55 local ashmem_info_lines=$(cat /proc/$pid/smaps | grep ashmem | wc -l)
|
/kernel/linux/linux-5.10/fs/proc/ |
D | Kconfig | 89 /proc/pid/smaps, /proc/pid/clear_refs, /proc/pid/pagemap,
|
/kernel/linux/linux-5.10/Documentation/admin-guide/mm/ |
D | transhuge.rst | 291 it is necessary to read ``/proc/PID/smaps`` and count the AnonHugePages fields 297 is necessary to read ``/proc/PID/smaps`` and count the FileHugeMapped fields 300 Note that reading the smaps file is expensive and reading it
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | proc.rst | 142 clear_refs Clears page referenced bits shown in smaps output 159 smaps An extension based on maps, showing the memory consumption of 161 smaps_rollup Accumulated smaps stats for all mappings of the process. This 162 can be derived from smaps, but is faster and more convenient 230 snapshot of a moment, you can see /proc/<pid>/smaps file and scan page table. 438 The /proc/PID/smaps is an extension based on maps, showing the memory 562 Note: reading /proc/PID/maps or /proc/PID/smaps is inherently racy (consistent 572 life of the smaps/maps walk, there will be some output for it. 574 The /proc/PID/smaps_rollup file includes the same fields as /proc/PID/smaps, 583 described for smaps above. These fields are omitted in smaps since each [all …]
|
/kernel/linux/linux-5.10/mm/ |
D | Kconfig | 930 names can be later retrieved from /proc/pid/maps and /proc/pid/smaps
|