From: Steven Rostedt <rostedt@goodmis.org>
To: linux-kernel@vger.kernel.org
Cc: Ingo Molnar <mingo@kernel.org>,
Frederic Weisbecker <fweisbec@gmail.com>,
Andrew Morton <akpm@linux-foundation.org>,
"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
Subject: [for-next][PATCH 0/8] tracing: Updates for 3.12
Date: Wed, 06 Nov 2013 09:50:41 -0500 [thread overview]
Message-ID: <20131106145041.904349372@goodmis.org> (raw)
This includes a merge with Paul McKenney's tree to include the
rcu_is_watching() change that is required to fix a ftrace/perf bug.
git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
for-next
Head SHA1: d562aff93bfb530b0992141500a402d17081189d
Cody P Schafer (1):
trace/trace_stat: use rbtree postorder iteration helper instead of opencoding
Jamie Iles (1):
recordmcount.pl: Add support for __fentry__
Kevin Hao (1):
ftrace/x86: skip over the breakpoint for ftrace caller
Paul E. McKenney (6):
rcu: Remove redundant code from rcu_cleanup_after_idle()
rcu: Throttle rcu_try_advance_all_cbs() execution
rcu: Throttle invoke_rcu_core() invocations due to non-lazy callbacks
rcu: Is it safe to enter an RCU read-side critical section?
rcu: Change EXPORT_SYMBOL() to EXPORT_SYMBOL_GPL()
rcu: Consistent rcu_is_watching() naming
Steven Rostedt (1):
rcu: Do not trace rcu_is_watching() functions
Steven Rostedt (Red Hat) (2):
Merge branch 'idle.2013.09.25a' of git://git.kernel.org/.../paulmck/linux-rcu into HEAD
ftrace: Have control op function callback only trace when RCU is watching
Tom Zanussi (3):
tracing: Update event filters for multibuffer
tracing: Make register/unregister_ftrace_command __init
tracing: Add support for SOFT_DISABLE to syscall events
----
arch/x86/kernel/ftrace.c | 14 ++-
include/linux/ftrace.h | 4 +-
include/linux/ftrace_event.h | 25 +++-
include/linux/rcupdate.h | 24 ++--
include/linux/rcutiny.h | 17 +++
include/linux/rcutree.h | 2 +
include/linux/syscalls.h | 4 +-
include/trace/ftrace.h | 7 +-
kernel/lockdep.c | 4 +-
kernel/rcupdate.c | 2 +-
kernel/rcutiny.c | 10 +-
kernel/rcutree.c | 23 +++-
kernel/rcutree.h | 2 +
kernel/rcutree_plugin.h | 24 ++--
kernel/trace/ftrace.c | 21 +++-
kernel/trace/trace.c | 44 +++++--
kernel/trace/trace.h | 22 +---
kernel/trace/trace_branch.c | 2 +-
kernel/trace/trace_events.c | 23 ++--
kernel/trace/trace_events_filter.c | 218 ++++++++++++++++++++++++++++-------
kernel/trace/trace_export.c | 2 +-
kernel/trace/trace_functions_graph.c | 4 +-
kernel/trace/trace_kprobe.c | 4 +-
kernel/trace/trace_mmiotrace.c | 4 +-
kernel/trace/trace_sched_switch.c | 4 +-
kernel/trace/trace_stat.c | 41 +------
kernel/trace/trace_syscalls.c | 42 +++++--
kernel/trace/trace_uprobe.c | 3 +-
scripts/recordmcount.pl | 4 +-
29 files changed, 409 insertions(+), 191 deletions(-)
next reply other threads:[~2013-11-06 14:52 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-06 14:50 Steven Rostedt [this message]
2013-11-06 14:50 ` [for-next][PATCH 1/8] trace/trace_stat: use rbtree postorder iteration helper instead of opencoding Steven Rostedt
2013-11-06 14:50 ` [for-next][PATCH 2/8] ftrace/x86: skip over the breakpoint for ftrace caller Steven Rostedt
2013-11-06 14:50 ` [for-next][PATCH 3/8] rcu: Do not trace rcu_is_watching() functions Steven Rostedt
2013-11-06 14:50 ` [for-next][PATCH 4/8] ftrace: Have control op function callback only trace when RCU is watching Steven Rostedt
2013-11-06 14:50 ` [for-next][PATCH 5/8] recordmcount.pl: Add support for __fentry__ Steven Rostedt
2013-11-06 14:50 ` [for-next][PATCH 6/8] tracing: Update event filters for multibuffer Steven Rostedt
2013-11-06 14:50 ` [for-next][PATCH 7/8] tracing: Make register/unregister_ftrace_command __init Steven Rostedt
2013-11-06 14:50 ` [for-next][PATCH 8/8] tracing: Add support for SOFT_DISABLE to syscall events Steven Rostedt
2013-11-06 15:05 ` [for-next][PATCH 0/8] tracing: Updates for 3.12^H3 Steven Rostedt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20131106145041.904349372@goodmis.org \
--to=rostedt@goodmis.org \
--cc=akpm@linux-foundation.org \
--cc=fweisbec@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=paulmck@linux.vnet.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.