aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/trace_events.h
diff options
context:
space:
mode:
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>2015-09-25 15:06:00 -0400
committerSteven Rostedt <rostedt@goodmis.org>2015-09-25 15:37:31 -0400
commit41907416bc24412f839559ea10a2b9e4eeb21aa7 (patch)
tree650c2b343ae119fcb8972cf70988917f49f1f3c6 /include/linux/trace_events.h
parenttracing: Remove ftrace_trace_stack_regs() (diff)
downloadlinux-dev-41907416bc24412f839559ea10a2b9e4eeb21aa7.tar.xz
linux-dev-41907416bc24412f839559ea10a2b9e4eeb21aa7.zip
tracing: Remove unused function trace_current_buffer_lock_reserve()
trace_current_buffer_lock_reserve() is not used by anything. Might as well get rid of it. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'include/linux/trace_events.h')
-rw-r--r--include/linux/trace_events.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/trace_events.h b/include/linux/trace_events.h
index ed27917cabc9..71c1191b9954 100644
--- a/include/linux/trace_events.h
+++ b/include/linux/trace_events.h
@@ -168,9 +168,6 @@ struct ring_buffer_event *
trace_current_buffer_lock_reserve(struct ring_buffer **current_buffer,
int type, unsigned long len,
unsigned long flags, int pc);
-void trace_current_buffer_unlock_commit(struct ring_buffer *buffer,
- struct ring_buffer_event *event,
- unsigned long flags, int pc);
void trace_buffer_unlock_commit(struct ring_buffer *buffer,
struct ring_buffer_event *event,
unsigned long flags, int pc);