diff options
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | 2016-04-30 01:11:54 +0300 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2016-04-30 01:11:54 +0300 |
commit | 904d1857ad09b43f514897dd42daffe200d1ca50 (patch) | |
tree | 14c8fbb578379cbaa6239a337fbc0341d6a8869c /include/linux/trace_events.h | |
parent | 9b9db275051cd9191e7776c4fd79ccd4318aa2dc (diff) | |
download | linux-904d1857ad09b43f514897dd42daffe200d1ca50.tar.xz |
tracing: Remove unused function trace_current_buffer_lock_reserve()
trace_current_buffer_lock_reserve() has no more users. Remove it.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'include/linux/trace_events.h')
-rw-r--r-- | include/linux/trace_events.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/trace_events.h b/include/linux/trace_events.h index 356c39b3abbb..3111a1efdad6 100644 --- a/include/linux/trace_events.h +++ b/include/linux/trace_events.h @@ -154,10 +154,6 @@ trace_event_buffer_lock_reserve(struct ring_buffer **current_buffer, struct trace_event_file *trace_file, int type, unsigned long len, unsigned long flags, int pc); -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 tracing_record_cmdline(struct task_struct *tsk); |