Searched hist:d79ac28f (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/kernel/trace/ |
H A D | trace_branch.c | d79ac28f Sat Nov 08 14:42:11 CST 2014 Rasmus Villemoes <linux@rasmusvillemoes.dk> 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 <linux@rasmusvillemoes.dk> Signed-off-by: Steven Rostedt <rostedt@goodmis.org> d79ac28f Sat Nov 08 14:42:11 CST 2014 Rasmus Villemoes <linux@rasmusvillemoes.dk> 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 <linux@rasmusvillemoes.dk> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
|
H A D | trace.c | d79ac28f Sat Nov 08 14:42:11 CST 2014 Rasmus Villemoes <linux@rasmusvillemoes.dk> 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 <linux@rasmusvillemoes.dk> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
|