Re: [RFC PATCH 0/3] ftrace: Add a ftrace test collection

2014-08-13 Thread Masami Hiramatsu
(2014/08/13 15:59), Namhyung Kim wrote: > Hi Steve and Masami, > > On Tue, 5 Aug 2014 17:37:52 -0400, Steven Rostedt wrote: >> Hi Masami, >> >> This looks great. I'm a bit busy at the moment (just came back from >> vacation, and digging myself out of the hole that left me). But I >> definitely wan

Re: [RFC PATCH 0/3] ftrace: Add a ftrace test collection

2014-08-13 Thread Namhyung Kim
On Wed, 13 Aug 2014 15:59:04 +0900, Namhyung Kim wrote: > On Tue, 5 Aug 2014 17:37:52 -0400, Steven Rostedt wrote: >> Masami Hiramatsu wrote: >>> - What's the good naming method of testcases? > > I'm okay with the ftracetest, but tracing-test may be an option. :) Ouch, did you say about *.tc fil

Re: [RFC PATCH 0/3] ftrace: Add a ftrace test collection

2014-08-12 Thread Namhyung Kim
Hi Steve and Masami, On Tue, 5 Aug 2014 17:37:52 -0400, Steven Rostedt wrote: > Hi Masami, > > This looks great. I'm a bit busy at the moment (just came back from > vacation, and digging myself out of the hole that left me). But I > definitely want this in. I have a bunch of tests too, that I can

Re: [RFC PATCH 0/3] ftrace: Add a ftrace test collection

2014-08-06 Thread Masami Hiramatsu
(2014/08/06 6:37), Steven Rostedt wrote: > Hi Masami, > > This looks great. I'm a bit busy at the moment (just came back from > vacation, and digging myself out of the hole that left me). But I > definitely want this in. I have a bunch of tests too, that I can put on > top of this. My tests are ra

Re: [RFC PATCH 0/3] ftrace: Add a ftrace test collection

2014-08-05 Thread Steven Rostedt
Hi Masami, This looks great. I'm a bit busy at the moment (just came back from vacation, and digging myself out of the hole that left me). But I definitely want this in. I have a bunch of tests too, that I can put on top of this. My tests are rather hacky, and hard code a lot of stuff in them, but

[RFC PATCH 0/3] ftrace: Add a ftrace test collection

2014-08-04 Thread Masami Hiramatsu
Hi, I'd like to introduce a collection of testcases for ftrace to avoid regressions. For a long time, we've tried to stabilize and extend ftrace tracing infrastructure. This small test framework is a kind of stabilizing work for ftrace. For the first step, this series just introduces a few basic