On Fri, Oct 25, 2013 at 12:42:47PM -0400, kosaki.motohiro@xxxxxxxxx wrote: > From: KOSAKI Motohiro <kosaki.motohiro@xxxxxxxxxxxxxx> > > 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. > > Cc: Mel Gorman <mgorman@xxxxxxx> > Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@xxxxxxxxxxxxxx> Acked-by: Mel Gorman <mgorman@xxxxxxx> -- Mel Gorman SUSE Labs -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>