Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1671952
| From | "Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] A couple of small updates/fixes for kprobes tracer |
| Date | 2017-06-21 21:00 +0200 |
| Message-ID | <tUT17-1FF-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Two simple updates for kprobes tracer: - the first patch is a convenience and allows to probe module symbols as well as any dot symbols (necessary on powerpc64 elfv1) without having to provide a name for the probepoint. - the second patch updates the newly added multiple_kprobes.tc test case for powerpc. Thanks, Naveen Naveen N. Rao (2): trace/kprobes: Sanitize derived event names selftests/ftrace: Update multiple kprobes test for powerpc kernel/trace/trace_kprobe.c | 9 +++++++++ tools/testing/selftests/ftrace/test.d/kprobe/multiple_kprobes.tc | 8 ++++---- 2 files changed, 13 insertions(+), 4 deletions(-) -- 2.13.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] A couple of small updates/fixes for kprobes tracer "Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com> - 2017-06-21 21:00 +0200
[PATCH 1/2] trace/kprobes: Sanitize derived event names "Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com> - 2017-06-21 21:00 +0200
Re: [PATCH 1/2] trace/kprobes: Sanitize derived event names Masami Hiramatsu <mhiramat@kernel.org> - 2017-06-22 11:40 +0200
Re: [PATCH 1/2] trace/kprobes: Sanitize derived event names "Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com> - 2017-06-22 21:10 +0200
Re: [PATCH 1/2] trace/kprobes: Sanitize derived event names Masami Hiramatsu <mhiramat@kernel.org> - 2017-06-23 19:40 +0200
csiph-web