All of lore.kernel.org
 help / color / mirror / Atom feed
* [for-next][PATCH 0/8] tracing: Various cleanups
@ 2016-04-30 12:13 Steven Rostedt
  2016-04-30 12:13 ` [for-next][PATCH 1/8] tracing: Move event_trigger_unlock_commit{_regs}() to local header Steven Rostedt
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Steven Rostedt @ 2016-04-30 12:13 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ingo Molnar, Andrew Morton

  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(-)

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-04-30 12:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-30 12:13 [for-next][PATCH 0/8] tracing: Various cleanups Steven Rostedt
2016-04-30 12:13 ` [for-next][PATCH 1/8] tracing: Move event_trigger_unlock_commit{_regs}() to local header Steven Rostedt
2016-04-30 12:13 ` [for-next][PATCH 2/8] tracing: Make filter_check_discard() local Steven Rostedt
2016-04-30 12:13 ` [for-next][PATCH 3/8] tracing: Fold filter_check_discard() into its only user Steven Rostedt
2016-04-30 12:13 ` [for-next][PATCH 4/8] tracing: Move trace_buffer_unlock_commit{_regs}() to local header Steven Rostedt
2016-04-30 12:13 ` [for-next][PATCH 5/8] tracing: Remove unused function trace_current_buffer_discard_commit() Steven Rostedt
2016-04-30 12:13 ` [for-next][PATCH 6/8] tracing: Have trace_buffer_unlock_commit() call the _regs version with NULL Steven Rostedt
2016-04-30 12:13 ` [for-next][PATCH 7/8] tracing: Remove one use of trace_current_buffer_lock_reserve() Steven Rostedt
2016-04-30 12:13 ` [for-next][PATCH 8/8] tracing: Remove unused function trace_current_buffer_lock_reserve() Steven Rostedt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.