diff options
| author | 2013-03-09 00:40:58 -0500 | |
|---|---|---|
| committer | 2013-03-15 00:35:56 -0400 | |
| commit | ca268da6e415448a43138e1abc5d5f057af319d7 (patch) | |
| tree | 33fcaf68989e12fca96ad86bdece7eaac16d1545 /kernel/trace/trace_functions.c | |
| parent | tracing: Optimize trace_printk() with one arg to use trace_puts() (diff) | |
| download | wireguard-linux-ca268da6e415448a43138e1abc5d5f057af319d7.tar.xz wireguard-linux-ca268da6e415448a43138e1abc5d5f057af319d7.zip | |
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 <rostedt@goodmis.org>
Diffstat (limited to 'kernel/trace/trace_functions.c')
0 files changed, 0 insertions, 0 deletions
