From: Joonsoo Kim Date: Wed, 11 Feb 2015 23:27:09 +0000 (-0800) Subject: mm/compaction: add tracepoint to observe behaviour of compaction defer X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~115^2~32 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24e2716f63e613cf15d3beba3faa0711bcacc427;p=pandora-kernel.git mm/compaction: add tracepoint to observe behaviour of compaction defer Compaction deferring logic is heavy hammer that block the way to the compaction. It doesn't consider overall system state, so it could prevent user from doing compaction falsely. In other words, even if system has enough range of memory to compact, compaction would be skipped due to compaction deferring logic. This patch add new tracepoint to understand work of deferring logic. This will also help to check compaction success and fail. Signed-off-by: Joonsoo Kim Cc: Vlastimil Babka Cc: Mel Gorman Cc: David Rientjes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed