Re: [PATCH v3 7/7] selftests/ftrace: Add test case for synthetic event syntax errors

2020-10-15 Thread Tom Zanussi
Hi Masami, On Wed, 2020-10-14 at 11:06 +0900, Masami Hiramatsu wrote: > Hi Tom, > > On Tue, 13 Oct 2020 09:17:58 -0500 > Tom Zanussi wrote: > > > Add a selftest that verifies that the syntax error messages and > > caret > > positions are correct for most of the possible synthetic event > >

Re: [PATCH v3 7/7] selftests/ftrace: Add test case for synthetic event syntax errors

2020-10-14 Thread Masami Hiramatsu
Hi Steve, On Wed, 14 Oct 2020 13:32:15 -0400 Steven Rostedt wrote: > On Wed, 14 Oct 2020 11:06:36 +0900 > Masami Hiramatsu wrote: > > > Hi Tom, > > > > On Tue, 13 Oct 2020 09:17:58 -0500 > > Tom Zanussi wrote: > > > > > Add a selftest that verifies that the syntax error messages and caret

Re: [PATCH v3 7/7] selftests/ftrace: Add test case for synthetic event syntax errors

2020-10-14 Thread Steven Rostedt
On Wed, 14 Oct 2020 11:06:36 +0900 Masami Hiramatsu wrote: > Hi Tom, > > On Tue, 13 Oct 2020 09:17:58 -0500 > Tom Zanussi wrote: > > > Add a selftest that verifies that the syntax error messages and caret > > positions are correct for most of the possible synthetic event syntax > > error

Re: [PATCH v3 7/7] selftests/ftrace: Add test case for synthetic event syntax errors

2020-10-13 Thread Masami Hiramatsu
Hi Tom, On Tue, 13 Oct 2020 09:17:58 -0500 Tom Zanussi wrote: > Add a selftest that verifies that the syntax error messages and caret > positions are correct for most of the possible synthetic event syntax > error cases. > > Signed-off-by: Tom Zanussi > --- >

[PATCH v3 7/7] selftests/ftrace: Add test case for synthetic event syntax errors

2020-10-13 Thread Tom Zanussi
Add a selftest that verifies that the syntax error messages and caret positions are correct for most of the possible synthetic event syntax error cases. Signed-off-by: Tom Zanussi --- .../trigger-synthetic_event_syntax_errors.tc | 19 +++ 1 file changed, 19 insertions(+)