From: Rasmus Villemoes Date: Sat, 8 Nov 2014 20:42:11 +0000 (+0100) Subject: tracing: Merge consecutive seq_puts calls X-Git-Tag: omap-for-v3.20/drop-legacy-3517~136^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d79ac28fde9c245473ba5f337341eb5823c7ebfc;p=pandora-kernel.git tracing: Merge consecutive seq_puts calls Consecutive seq_puts calls with literal strings can be merged to a single call. This reduces the size of the generated code, and can also lead to slight .rodata reduction (because of fewer nul and padding bytes). It should also shave a off a few clock cycles. Link: http://lkml.kernel.org/r/1415479332-25944-3-git-send-email-linux@rasmusvillemoes.dk Signed-off-by: Rasmus Villemoes Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed