Re: [PATCH v2] selftests: ftrace: Allow some tests to be run in a tracing instance

2017-04-21 Thread Steven Rostedt
On Sat, 22 Apr 2017 08:00:36 +0900 Masami Hiramatsu wrote: > > BTW, this seems too complecated (with many similar variables). I'm use to complicated ;-) > I think we just need following patch, if we run the tests which > have "instance" flag twice on top-level and an

Re: [PATCH v2] selftests: ftrace: Allow some tests to be run in a tracing instance

2017-04-21 Thread Steven Rostedt
On Sat, 22 Apr 2017 08:00:36 +0900 Masami Hiramatsu wrote: > > BTW, this seems too complecated (with many similar variables). I'm use to complicated ;-) > I think we just need following patch, if we run the tests which > have "instance" flag twice on top-level and an instance. > (If you'd

Re: [PATCH v2] selftests: ftrace: Allow some tests to be run in a tracing instance

2017-04-21 Thread Masami Hiramatsu
On Fri, 21 Apr 2017 10:41:44 -0400 Steven Rostedt wrote: > > An tracing instance has several of the same capabilities as the top level > instance, but may be implemented slightly different. Instead of just writing > tests that duplicat the same test cases of the top level

Re: [PATCH v2] selftests: ftrace: Allow some tests to be run in a tracing instance

2017-04-21 Thread Masami Hiramatsu
On Fri, 21 Apr 2017 10:41:44 -0400 Steven Rostedt wrote: > > An tracing instance has several of the same capabilities as the top level > instance, but may be implemented slightly different. Instead of just writing > tests that duplicat the same test cases of the top level instance, allow a >

[PATCH v2] selftests: ftrace: Allow some tests to be run in a tracing instance

2017-04-21 Thread Steven Rostedt
An tracing instance has several of the same capabilities as the top level instance, but may be implemented slightly different. Instead of just writing tests that duplicat the same test cases of the top level instance, allow a test to be written for both the top level as well as for an instance.

[PATCH v2] selftests: ftrace: Allow some tests to be run in a tracing instance

2017-04-21 Thread Steven Rostedt
An tracing instance has several of the same capabilities as the top level instance, but may be implemented slightly different. Instead of just writing tests that duplicat the same test cases of the top level instance, allow a test to be written for both the top level as well as for an instance.