From: Steven Rostedt (Red Hat) Date: Sat, 9 Mar 2013 05:40:58 +0000 (-0500) Subject: tracing: Add internal ftrace trace_puts() for ftrace to use X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~134^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca268da6e415448a43138e1abc5d5f057af319d7;p=pandora-kernel.git tracing: Add internal ftrace trace_puts() for ftrace to use There's a few places that ftrace uses trace_printk() for internal use, but this requires context (normal, softirq, irq, NMI) buffers to keep things lockless. But the trace_puts() does not, as it can write the string directly into the ring buffer. Make a internal helper for trace_puts() and have the internal functions use that. This way the extra context buffers are not used. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed