]> Git Repo - linux.git/commit
mm: hide per-cpu lists in output of show_mem()
authorKonstantin Khlebnikov <[email protected]>
Tue, 14 Apr 2015 22:45:30 +0000 (15:45 -0700)
committerLinus Torvalds <[email protected]>
Tue, 14 Apr 2015 23:49:01 +0000 (16:49 -0700)
commitd1bfcdb8ce0ea6eb6034daa7ff02548e0bc9c21b
treeaf4e212c85863c7d58d3366e0ba18ac07fbdd510
parentb9ea25152e56365ce149b9a39637cd7a16eec556
mm: hide per-cpu lists in output of show_mem()

This makes show_mem() much less verbose on huge machines.  Instead of huge
and almost useless dump of counters for each per-zone per-cpu lists this
patch prints the sum of these counters for each zone (free_pcp) and size
of per-cpu list for current cpu (local_pcp).

The filter flag SHOW_MEM_PERCPU_LISTS reverts to the old verbose mode.

[[email protected]: update show_free_areas comment]
Signed-off-by: Konstantin Khlebnikov <[email protected]>
Acked-by: Michal Hocko <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/mm.h
mm/page_alloc.c
This page took 0.055143 seconds and 4 git commands to generate.