aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorKOSAKI Motohiro <[email protected]>2013-11-12 15:08:19 -0800
committerLinus Torvalds <[email protected]>2013-11-13 12:09:10 +0900
commit52c8f6a5aeb0bdd396849ecaa72d96f8175528f5 (patch)
tree396299d23b3bf478770d4030000851ebd29223cf /tools/perf/scripts/python/netdev-times.py
parent5d0f3f72efb1c1968ce1f56c58f9e3e6495effa6 (diff)
mm: get rid of unnecessary overhead of trace_mm_page_alloc_extfrag()
In general, every tracepoint should be zero overhead if it is disabled. However, trace_mm_page_alloc_extfrag() is one of exception. It evaluate "new_type == start_migratetype" even if tracepoint is disabled. However, the code can be moved into tracepoint's TP_fast_assign() and TP_fast_assign exist exactly such purpose. This patch does it. Signed-off-by: KOSAKI Motohiro <[email protected]> Acked-by: Mel Gorman <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions