Re: [PATCH v7 00/10] tracing: trace event triggers (repost)

2013-08-28 Thread Tom Zanussi
On Wed, 2013-08-28 at 15:51 -0400, Steven Rostedt wrote: > On Tue, 27 Aug 2013 14:40:12 -0500 > Tom Zanussi wrote: > > > Tom Zanussi (10): > > tracing: Add support for SOFT_DISABLE to syscall events > > tracing: add basic event trigger framework > > tracing: add 'traceon' and 'traceoff' ev

Re: [PATCH v7 00/10] tracing: trace event triggers (repost)

2013-08-28 Thread Steven Rostedt
On Tue, 27 Aug 2013 14:40:12 -0500 Tom Zanussi wrote: > Tom Zanussi (10): > tracing: Add support for SOFT_DISABLE to syscall events > tracing: add basic event trigger framework > tracing: add 'traceon' and 'traceoff' event trigger commands > tracing: add 'snapshot' event trigger command

Re: [PATCH v7 00/10] tracing: trace event triggers (repost)

2013-08-27 Thread Masami Hiramatsu
(2013/08/28 4:40), Tom Zanussi wrote: > This is a repost of the v7 patchset - I inadvertently used the wrong > branch in the previous posting, thought the branch URL was correct in > both cases.. Ah, I directly pulled v7 from your git repository for test & review... Thanks, -- Masami HIRAMATSU

[PATCH v7 00/10] tracing: trace event triggers (repost)

2013-08-27 Thread Tom Zanussi
This is a repost of the v7 patchset - I inadvertently used the wrong branch in the previous posting, thought the branch URL was correct in both cases.. Hi, This is v7 of the trace event triggers patchset. This version mainly moves some code between patches to fix some bisectibity problems, but a

Re: [PATCH v7 00/10] tracing: trace event triggers

2013-08-27 Thread Tom Zanussi
On Tue, 2013-08-27 at 20:35 +0900, Masami Hiramatsu wrote: > Hi Tom, > > I've reviewed and tested them and found no problem! ;) > > So for this series: > Reviewed-by: Masami Hiramatsu > > Now, I think it is the time to push it into tracing tree > and to be widely tested. > > Thank you ! Great

Re: [PATCH v7 00/10] tracing: trace event triggers

2013-08-27 Thread Steven Rostedt
On Tue, 27 Aug 2013 20:35:12 +0900 Masami Hiramatsu wrote: > Hi Tom, > > I've reviewed and tested them and found no problem! ;) > > So for this series: > Reviewed-by: Masami Hiramatsu > > Now, I think it is the time to push it into tracing tree > and to be widely tested. > Thanks Masami for

Re: [PATCH v7 00/10] tracing: trace event triggers

2013-08-27 Thread Masami Hiramatsu
Hi Tom, I've reviewed and tested them and found no problem! ;) So for this series: Reviewed-by: Masami Hiramatsu Now, I think it is the time to push it into tracing tree and to be widely tested. Thank you ! (2013/08/27 12:55), Tom Zanussi wrote: > Hi, > > This is v7 of the trace event trigge

[PATCH v7 00/10] tracing: trace event triggers

2013-08-26 Thread Tom Zanussi
Hi, This is v7 of the trace event triggers patchset. This version mainly moves some code between patches to fix some bisectibity problems, but also adds a couple minor cleanups and variable naming changes mentioned by Masami Hiramatsu. v7: - moved find_event_file() extern declartion to patch 06