Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1412669
| From | Omar Sandoval <osandov@osandov.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/3] tracing: expose current->comm to [ku]probe events |
| Date | 2016-06-03 03:20 +0200 |
| Message-ID | <rFLWh-52J-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Omar Sandoval <osandov@fb.com> Hi, Respinning with a few changes: - Added patches 1 and 3 (document "string_size" type and make "string" default for $comm) - Also support uprobe events - Only allow "string" and "string_size" types Patch 2, which actually introduces $comm, is pretty simple. Patch 3 is more intrusive, but without it, the default type for $comm is invalid, which is stupid. This series applies to v4.7-rc1. Thanks! Omar Sandoval (3): tracing: document "string_size" [ku]probe type tracing: expose current->comm to [ku]probe events tracing: make "string" the default type for [ku]probe event $comm Documentation/trace/kprobetrace.txt | 15 +++-- Documentation/trace/uprobetracer.txt | 13 ++-- kernel/trace/trace_kprobe.c | 1 + kernel/trace/trace_probe.c | 123 ++++++++++++++++++++++++++--------- kernel/trace/trace_probe.h | 10 +++ 5 files changed, 123 insertions(+), 39 deletions(-) -- 2.8.3
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/3] tracing: expose current->comm to [ku]probe events Omar Sandoval <osandov@osandov.com> - 2016-06-03 03:20 +0200
[PATCH v2 1/3] tracing: document "string_size" [ku]probe type Omar Sandoval <osandov@osandov.com> - 2016-06-03 03:20 +0200
Re: [PATCH v2 1/3] tracing: document "string_size" [ku]probe type Masami Hiramatsu <mhiramat@kernel.org> - 2016-06-07 08:30 +0200
[PATCH v2 2/3] tracing: expose current->comm to [ku]probe events Omar Sandoval <osandov@osandov.com> - 2016-06-03 03:20 +0200
Re: [PATCH v2 2/3] tracing: expose current->comm to [ku]probe events Masami Hiramatsu <mhiramat@kernel.org> - 2016-06-07 09:30 +0200
Re: [PATCH v2 2/3] tracing: expose current->comm to [ku]probe events Namhyung Kim <namhyung@kernel.org> - 2016-06-07 15:50 +0200
[PATCH v2 3/3] tracing: make "string" the default type for [ku]probe event $comm Omar Sandoval <osandov@osandov.com> - 2016-06-03 03:20 +0200
Re: [PATCH v2 3/3] tracing: make "string" the default type for [ku]probe event $comm Masami Hiramatsu <mhiramat@kernel.org> - 2016-06-07 10:10 +0200
Re: [PATCH v2 3/3] tracing: make "string" the default type for [ku]probe event $comm Namhyung Kim <namhyung@kernel.org> - 2016-06-07 15:50 +0200
Re: [PATCH v2 3/3] tracing: make "string" the default type for [ku]probe event $comm Steven Rostedt <rostedt@goodmis.org> - 2016-06-08 15:50 +0200
csiph-web