public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] A fix and a few new tests for kprobe tracer
@ 2017-07-07 18:57 Naveen N. Rao
  2017-07-07 18:57 ` [PATCH v3 1/4] trace/kprobes: Sanitize derived event names Naveen N. Rao
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Naveen N. Rao @ 2017-07-07 18:57 UTC (permalink / raw)
  To: Steven Rostedt
  Cc: Masami Hiramatsu, Ananth N Mavinakayanahalli, Michael Ellerman,
	Shuah Khan, linux-kernel

v2:
https://www.mail-archive.com/linux-kernel@vger.kernel.org/msg1434048.html

Changes since v2:
  - Update tests to include additional scenarios and better error
    checking.

Thanks,
Naveen


Masami Hiramatsu (1):
  selftests/ftrace: Add a testcase for kprobe event naming

Naveen N. Rao (3):
  trace/kprobes: Sanitize derived event names
  selftests/ftrace: Update multiple kprobes test for powerpc
  selftests/ftrace: Add a test to probe module functions

 kernel/trace/trace_kprobe.c                        |  9 ++++++
 .../ftrace/test.d/kprobe/kprobe_eventname.tc       | 36 ++++++++++++++++++++++
 .../ftrace/test.d/kprobe/kprobe_module.tc          | 28 +++++++++++++++++
 .../ftrace/test.d/kprobe/multiple_kprobes.tc       |  4 +--
 4 files changed, 75 insertions(+), 2 deletions(-)
 create mode 100644 tools/testing/selftests/ftrace/test.d/kprobe/kprobe_eventname.tc
 create mode 100644 tools/testing/selftests/ftrace/test.d/kprobe/kprobe_module.tc

-- 
2.13.2

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-07-26 21:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-07 18:57 [PATCH v3 0/4] A fix and a few new tests for kprobe tracer Naveen N. Rao
2017-07-07 18:57 ` [PATCH v3 1/4] trace/kprobes: Sanitize derived event names Naveen N. Rao
2017-07-07 18:57 ` [PATCH v3 2/4] selftests/ftrace: Update multiple kprobes test for powerpc Naveen N. Rao
2017-07-07 18:57 ` [PATCH v3 3/4] selftests/ftrace: Add a test to probe module functions Naveen N. Rao
2017-07-07 18:57 ` [PATCH v3 4/4] selftests/ftrace: Add a testcase for kprobe event naming Naveen N. Rao
2017-07-09 11:48 ` [PATCH v3 0/4] A fix and a few new tests for kprobe tracer Steven Rostedt
2017-07-24 15:58   ` Shuah Khan
2017-07-26 21:22     ` Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox