diff options
author | 2010-10-27 15:34:10 -0700 | |
---|---|---|
committer | 2010-10-27 18:03:13 -0700 | |
commit | b40d4f84becd69275451baee7f0801c85eb58437 (patch) | |
tree | 78258f7b431a900bf8292d25970dea74b8aa283f /fs/proc/stat.c | |
parent | exit: add lock context annotation on find_new_reaper() (diff) | |
download | linux-dev-b40d4f84becd69275451baee7f0801c85eb58437.tar.xz linux-dev-b40d4f84becd69275451baee7f0801c85eb58437.zip |
/proc/pid/smaps: export amount of anonymous memory in a mapping
Export the number of anonymous pages in a mapping via smaps.
Even the private pages in a mapping backed by a file, would be marked as
anonymous, when they are modified. Export this information to user-space via
smaps.
Exporting this count will help gdb to make a better decision on which
areas need to be dumped in its coredump; and should be useful to others
studying the memory usage of a process.
Signed-off-by: Nikanth Karthikesan <knikanth@suse.de>
Acked-by: Hugh Dickins <hughd@google.com>
Reviewed-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Cc: Matt Mackall <mpm@selenic.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/proc/stat.c')
0 files changed, 0 insertions, 0 deletions