Re: [Patch v2 0/4] tracing: trivial cleanup

2020-09-14 Thread Wei Yang
On Mon, Sep 14, 2020 at 06:55:28PM -0400, Steven Rostedt wrote: >On Fri, 28 Aug 2020 11:42:57 +0800 >Wei Yang wrote: > >> Steven, >> >> Would you like to pick this up? >> > >Hmm, patch 1 and 2 have been accepted (different subjects though): > > 746cf3459f11859 ("tracing: Simplify defining of

Re: [Patch v2 0/4] tracing: trivial cleanup

2020-09-14 Thread Steven Rostedt
On Fri, 28 Aug 2020 11:42:57 +0800 Wei Yang wrote: > Steven, > > Would you like to pick this up? > Hmm, patch 1 and 2 have been accepted (different subjects though): 746cf3459f11859 ("tracing: Simplify defining of the next event id") 36b8aacf2a483ba ("tracing: Save one

Re: [Patch v2 0/4] tracing: trivial cleanup

2020-08-27 Thread Wei Yang
Steven, Would you like to pick this up? On Sun, Jul 12, 2020 at 09:10:32AM +0800, Wei Yang wrote: >Some trivial cleanup for tracing. > >v2: > * drop patch 1 > * merge patch 4 & 5 > * introduce a new patch change the return value of tracing_init_dentry() > >Wei Yang (4): > tracing: simplify

[Patch v2 0/4] tracing: trivial cleanup

2020-07-11 Thread Wei Yang
Some trivial cleanup for tracing. v2: * drop patch 1 * merge patch 4 & 5 * introduce a new patch change the return value of tracing_init_dentry() Wei Yang (4): tracing: simplify the logic by defining next to be "lasst + 1" tracing: save one trace_event->type by using __TRACE_LAST_TYPE