commit | 4a0aa73f1d613bf19bc8610bf090c941ef49d720 | [log] [tgz] |
---|---|---|
author | KOSAKI Motohiro <[email protected]> | Mon Sep 21 17:01:30 2009 -0700 |
committer | Linus Torvalds <[email protected]> | Tue Sep 22 07:17:27 2009 -0700 |
tree | 5b6ae69c182e65e9711864cff150536a2a216bfb | |
parent | 3b2b9a875ddcbf9fcd667db9f961a6a163bd083f [diff] |
mm: oom analysis: add per-zone statistics to show_free_areas() show_free_areas() displays only a limited amount of zone counters. This patch includes additional counters in the display to allow easier debugging. This may be especially useful if an OOM is due to running out of DMA memory. Signed-off-by: KOSAKI Motohiro <[email protected]> Reviewed-by: Christoph Lameter <[email protected]> Acked-by: Wu Fengguang <[email protected]> Reviewed-by: Minchan Kim <[email protected]> Reviewed-by: Rik van Riel <[email protected]> Cc: David Rientjes <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>