[for-next][PATCH 0/8] tracing: Various cleanups

From: Steven Rostedt
Date: Sat Apr 30 2016 - 08:14:28 EST


git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
for-next

Head SHA1: 904d1857ad09b43f514897dd42daffe200d1ca50


Steven Rostedt (Red Hat) (8):
tracing: Move event_trigger_unlock_commit{_regs}() to local header
tracing: Make filter_check_discard() local
tracing: Fold filter_check_discard() into its only user
tracing: Move trace_buffer_unlock_commit{_regs}() to local header
tracing: Remove unused function trace_current_buffer_discard_commit()
tracing: Have trace_buffer_unlock_commit() call the _regs version with NULL
tracing: Remove one use of trace_current_buffer_lock_reserve()
tracing: Remove unused function trace_current_buffer_lock_reserve()

----
include/linux/trace_events.h | 115 -------------------------------------------
kernel/trace/trace.c | 46 -----------------
kernel/trace/trace.h | 114 ++++++++++++++++++++++++++++++++++++++++++
kernel/trace/trace_events.c | 18 ++++---
4 files changed, 124 insertions(+), 169 deletions(-)