Re: [PATCH v2 19/32] selftests/ftrace: Add a testcase for nop tracer

2018-08-26 Thread Masami Hiramatsu
On Fri, 24 Aug 2018 18:53:42 -0400 Steven Rostedt wrote: > On Fri, 17 Aug 2018 01:38:09 +0900 > Masami Hiramatsu wrote: > > > Add a testcase for nop tracer. This tracer has 2 test > > options, so check it too. > > > > I'd rather not include this. In fact, I'd love to get rid of the nop > opti

Re: [PATCH v2 19/32] selftests/ftrace: Add a testcase for nop tracer

2018-08-24 Thread Steven Rostedt
On Fri, 17 Aug 2018 01:38:09 +0900 Masami Hiramatsu wrote: > Add a testcase for nop tracer. This tracer has 2 test > options, so check it too. > I'd rather not include this. In fact, I'd love to get rid of the nop options. They were added to make sure options worked when we first added them. Th

[PATCH v2 19/32] selftests/ftrace: Add a testcase for nop tracer

2018-08-16 Thread Masami Hiramatsu
Add a testcase for nop tracer. This tracer has 2 test options, so check it too. Signed-off-by: Masami Hiramatsu --- .../testing/selftests/ftrace/test.d/tracer/nop.tc | 22 1 file changed, 22 insertions(+) create mode 100644 tools/testing/selftests/ftrace/test.d/tracer/no