Re: [PATCH 28/34] mm, vmscan: add classzone information to tracepoints

2016-07-12 Thread Johannes Weiner
On Fri, Jul 08, 2016 at 10:35:04AM +0100, Mel Gorman wrote: > This is convenient when tracking down why the skip count is high because > it'll show what classzone kswapd woke up at and what zones are being > isolated. > > Signed-off-by: Mel Gorman > Acked-by: Vlastimil Babka Acked-by: Johannes

[PATCH 28/34] mm, vmscan: add classzone information to tracepoints

2016-07-08 Thread Mel Gorman
This is convenient when tracking down why the skip count is high because it'll show what classzone kswapd woke up at and what zones are being isolated. Signed-off-by: Mel Gorman Acked-by: Vlastimil Babka --- include/trace/events/vmscan.h | 51 ++- mm/vmsc