[for-next][PATCH 0/5] tracing: Addition of set_event_pid

From: Steven Rostedt
Date: Thu Oct 29 2015 - 03:11:25 EST


Allowing for fork and exit to modify this list will have to wait til
4.5, as that code is much more complex and needs a release cycle to
go in. I at least want to have the pid file added for trace-cmd to
use (and modify itself). The static updates are not that complex.
And 4.4 is a LTS kernel (wink to Greg KH for his early announcement).

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

Head SHA1: fb662288284e8f2ec26f13d50a6b0d5781771648


Steven Rostedt (Red Hat) (5):
tracepoint: Give priority to probes of tracepoints
tracing: Add set_event_pid directory for future use
tracing: Implement event pid filtering
tracing: Check all tasks on each CPU when filtering pids
tracing: Fix sparse RCU warning

----
include/linux/trace_events.h | 7 +
include/linux/tracepoint.h | 13 ++
kernel/trace/trace.h | 9 +
kernel/trace/trace_events.c | 453 +++++++++++++++++++++++++++++++++++++++++++
kernel/tracepoint.c | 61 ++++--
5 files changed, 532 insertions(+), 11 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/