Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1258593
| From | Steven Rostedt <rostedt@goodmis.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [for-next][PATCH 0/5] tracing: Addition of set_event_pid |
| Date | 2015-10-29 08:20 +0100 |
| Message-ID | <qoPF7-5AP-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[for-next][PATCH 0/5] tracing: Addition of set_event_pid Steven Rostedt <rostedt@goodmis.org> - 2015-10-29 08:20 +0100
[for-next][PATCH 1/5] tracepoint: Give priority to probes of tracepoints Steven Rostedt <rostedt@goodmis.org> - 2015-10-29 08:20 +0100
Re: [for-next][PATCH 1/5] tracepoint: Give priority to probes of tracepoints Mathieu Desnoyers <mathieu.desnoyers@efficios.com> - 2015-10-29 19:00 +0100
Re: [for-next][PATCH 1/5] tracepoint: Give priority to probes of tracepoints Steven Rostedt <rostedt@goodmis.org> - 2015-10-30 21:30 +0100
Re: [for-next][PATCH 1/5] tracepoint: Give priority to probes of tracepoints Mathieu Desnoyers <mathieu.desnoyers@efficios.com> - 2015-10-30 21:50 +0100
[for-next][PATCH 4/5] tracing: Check all tasks on each CPU when filtering pids Steven Rostedt <rostedt@goodmis.org> - 2015-10-29 08:20 +0100
Re: [for-next][PATCH 4/5] tracing: Check all tasks on each CPU when filtering pids Jiaxing Wang <hello.wjx@gmail.com> - 2015-10-30 07:20 +0100
Re: [for-next][PATCH 4/5] tracing: Check all tasks on each CPU when filtering pids Steven Rostedt <rostedt@goodmis.org> - 2015-10-30 21:30 +0100
[for-next][PATCH 3/5] tracing: Implement event pid filtering Steven Rostedt <rostedt@goodmis.org> - 2015-10-29 08:20 +0100
[for-next][PATCH 2/5] tracing: Add set_event_pid directory for future use Steven Rostedt <rostedt@goodmis.org> - 2015-10-29 08:20 +0100
[for-next][PATCH 5/5] tracing: Fix sparse RCU warning Steven Rostedt <rostedt@goodmis.org> - 2015-10-29 08:20 +0100
csiph-web