aboutsummaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorJoonsoo Kim <[email protected]>2015-02-11 15:26:58 -0800
committerLinus Torvalds <[email protected]>2015-02-11 17:06:04 -0800
commit4645f06334be1ad0eb61aa182c7999fe51bc1ba6 (patch)
tree73c9e3cf4c715e39da0537fa661a501f42e3d6bc /scripts/patch-kernel
parent8d38633c3b4093aca7524945f1e9249d7d3a44da (diff)
mm/compaction: change tracepoint format from decimal to hexadecimal
To check the range that compaction is working, tracepoint print start/end pfn of zone and start pfn of both scanner with decimal format. Since we manage all pages in order of 2 and it is well represented by hexadecimal, this patch change the tracepoint format from decimal to hexadecimal. This would improve readability. For example, it makes us easily notice whether current scanner try to compact previously attempted pageblock or not. Signed-off-by: Joonsoo Kim <[email protected]> Acked-by: Vlastimil Babka <[email protected]> Cc: Mel Gorman <[email protected]> Cc: David Rientjes <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions