Re: [PATCH v3 0/6] tracing: export event trace and trace_marker

2020-09-18 Thread Alexander Shishkin
Tingwei Zhang writes: > Hi Alexander, Maxime, Aleandre, > > May I know your comments for this patch set? Everything except the last patch is Reviewed-by: Alexander Shishkin After that one is resolved either I can pick it up or Stephen. Either way is fine with me. Regards, -- Alex

Re: [PATCH v3 0/6] tracing: export event trace and trace_marker

2020-09-14 Thread Tingwei Zhang
Hi Alexander, Maxime, Aleandre, May I know your comments for this patch set? Thanks, Tingwei On Thu, Sep 03, 2020 at 08:17:00AM +0800, Tingwei Zhang wrote: > Ftrace has ability to export trace packets to other destination. > Currently, only function trace can be exported. This series extends

Re: [PATCH v3 0/6] tracing: export event trace and trace_marker

2020-09-14 Thread Tingwei Zhang
On Tue, Sep 15, 2020 at 06:43:09AM +0800, Steven Rostedt wrote: > On Wed, 2 Sep 2020 07:28:39 +0800 > Tingwei Zhang wrote: > > > Hi Alexander, > > > > May I know your comments for this patch set? > > I ran your patch set against get_maintainers.pl and it came up with this: > > Alexander

Re: [PATCH v3 0/6] tracing: export event trace and trace_marker

2020-09-14 Thread Steven Rostedt
On Wed, 2 Sep 2020 07:28:39 +0800 Tingwei Zhang wrote: > Hi Alexander, > > May I know your comments for this patch set? I ran your patch set against get_maintainers.pl and it came up with this: Alexander Shishkin (maintainer:SYSTEM TRACE MODULE CLASS) Maxime Coquelin (maintainer:ARM/STM32

[PATCH v3 0/6] tracing: export event trace and trace_marker

2020-09-02 Thread Tingwei Zhang
Ftrace has ability to export trace packets to other destination. Currently, only function trace can be exported. This series extends the support to event trace and trace_maker. STM is one possible destination to export ftrace. Use separate channel for each CPU to avoid mixing up packets from

Re: [PATCH v3 0/6] tracing: export event trace and trace_marker

2020-09-01 Thread Tingwei Zhang
Hi Alexander, May I know your comments for this patch set? Thanks, Tingwei On Thu, Aug 13, 2020 at 09:45:46AM +0800, Tingwei Zhang wrote: > Ftrace has ability to export trace packets to other destination. > Currently, only function trace can be exported. This series extends the > support to

Re: [PATCH v3 0/6] tracing: export event trace and trace_marker

2020-09-01 Thread Tingwei Zhang
On Wed, Sep 02, 2020 at 01:05:49AM +0800, Mathieu Poirier wrote: > On Tue, Sep 01, 2020 at 02:37:40PM +0800, Tingwei Zhang wrote: > > Hi Mathieu, > > > > May I know your comments for this patch set? > > I do not maintain any of these files. > Sorry for my wrong assumption. > > > > Thanks, > >

Re: [PATCH v3 0/6] tracing: export event trace and trace_marker

2020-09-01 Thread Mathieu Poirier
On Tue, Sep 01, 2020 at 02:37:40PM +0800, Tingwei Zhang wrote: > Hi Mathieu, > > May I know your comments for this patch set? I do not maintain any of these files. > > Thanks, > Tingwei > > On Thu, Aug 13, 2020 at 09:45:46AM +0800, Tingwei Zhang wrote: > > Ftrace has ability to export trace

Re: [PATCH v3 0/6] tracing: export event trace and trace_marker

2020-09-01 Thread Tingwei Zhang
Hi Mathieu, May I know your comments for this patch set? Thanks, Tingwei On Thu, Aug 13, 2020 at 09:45:46AM +0800, Tingwei Zhang wrote: > Ftrace has ability to export trace packets to other destination. > Currently, only function trace can be exported. This series extends the > support to event

Re: [PATCH v3 0/6] tracing: export event trace and trace_marker

2020-08-12 Thread Tingwei Zhang
On Thu, Aug 13, 2020 at 12:49:25AM +0800, Mathieu Poirier wrote: > On Tue, Aug 11, 2020 at 11:57:20AM +0800, Tingwei Zhang wrote: > > Ftrace has ability to export trace packets to other destination. > > Currently, only function trace can be exported. This series extends the > > support to event

[PATCH v3 0/6] tracing: export event trace and trace_marker

2020-08-12 Thread Tingwei Zhang
Ftrace has ability to export trace packets to other destination. Currently, only function trace can be exported. This series extends the support to event trace and trace_maker. STM is one possible destination to export ftrace. Use separate channel for each CPU to avoid mixing up packets from

Re: [PATCH v3 0/6] tracing: export event trace and trace_marker

2020-08-12 Thread Mathieu Poirier
On Tue, Aug 11, 2020 at 11:57:20AM +0800, Tingwei Zhang wrote: > Ftrace has ability to export trace packets to other destination. > Currently, only function trace can be exported. This series extends the > support to event trace and trace_maker. STM is one possible destination to > export ftrace.

Re: [PATCH v3 0/6] tracing: export event trace and trace_marker

2020-08-11 Thread Tingwei Zhang
On Tue, Aug 11, 2020 at 12:03:33PM +0800, Steven Rostedt wrote: > On Tue, 11 Aug 2020 11:49:46 +0800 > Tingwei Zhang wrote: > > > On Tue, Aug 11, 2020 at 11:19:54AM +0800, Steven Rostedt wrote: > > > On Tue, 11 Aug 2020 11:04:18 +0800 > > > Tingwei Zhang wrote: > > > > > > > Thanks for your

[PATCH v3 0/6] tracing: export event trace and trace_marker

2020-08-10 Thread Tingwei Zhang
Ftrace has ability to export trace packets to other destination. Currently, only function trace can be exported. This series extends the support to event trace and trace_maker. STM is one possible destination to export ftrace. Use separate channel for each CPU to avoid mixing up packets from

Re: [PATCH v3 0/6] tracing: export event trace and trace_marker

2020-08-10 Thread Steven Rostedt
On Tue, 11 Aug 2020 11:04:18 +0800 Tingwei Zhang wrote: > Thanks for your comments, Steven. I've addressed all your comments in v3. > Do you have more comments on v3? Is there anything I need to do to merge > this series to Linux Kernel? I gave my Reviewed-by tag on each of the patches that

Re: [PATCH v3 0/6] tracing: export event trace and trace_marker

2020-08-10 Thread Tingwei Zhang
Hi Steven, On Tue, Jul 28, 2020 at 09:33:53AM +0800, Tingwei Zhang wrote: > Ftrace has ability to export trace packets to other destination. > Currently, only function trace can be exported. This series extends the > support to event trace and trace_maker. STM is one possible destination to >

[PATCH v3 0/6] tracing: export event trace and trace_marker

2020-07-27 Thread Tingwei Zhang
Ftrace has ability to export trace packets to other destination. Currently, only function trace can be exported. This series extends the support to event trace and trace_maker. STM is one possible destination to export ftrace. Use separate channel for each CPU to avoid mixing up packets from