aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorVladimir Davydov <[email protected]>2014-01-23 15:53:23 -0800
committerLinus Torvalds <[email protected]>2014-01-23 16:36:52 -0800
commitec97097bca147d5718a5d2c024d1ec740b10096d (patch)
tree0398f0eb71bf85f8eaaa6712abe6c57589a8c6f7 /tools/perf/scripts/python/event_analyzing_sample.py
parent0b1fb40a3b1291f2f12f13f644ac95cf756a00e6 (diff)
mm: vmscan: call NUMA-unaware shrinkers irrespective of nodemask
If a shrinker is not NUMA-aware, shrink_slab() should call it exactly once with nid=0, but currently it is not true: if node 0 is not set in the nodemask or if it is not online, we will not call such shrinkers at all. As a result some slabs will be left untouched under some circumstances. Let us fix it. Signed-off-by: Vladimir Davydov <[email protected]> Reported-by: Dave Chinner <[email protected]> Cc: Mel Gorman <[email protected]> Cc: Michal Hocko <[email protected]> Cc: Johannes Weiner <[email protected]> Cc: Rik van Riel <[email protected]> Cc: Glauber Costa <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions