Re: [External] Re: [PATCH] tasklet: Introduce tasklet tracepoints

2020-09-24 Thread Muchun Song
On Fri, Sep 25, 2020 at 1:59 AM Thomas Gleixner wrote: > > On Sat, Sep 05 2020 at 14:04, Muchun Song wrote: > > > Introduce tracepoints for tasklets just like softirq does. > > What does softirq? I mean that the softirq has tracepoints and the tasklet may also be needed. > > > In this case, we

Re: [External] Re: [PATCH] tasklet: Introduce tasklet tracepoints

2020-09-18 Thread Muchun Song
On Sat, Sep 19, 2020 at 12:46 AM Steven Rostedt wrote: > > On Sat, 5 Sep 2020 14:04:12 +0800 > Muchun Song wrote: > > > Introduce tracepoints for tasklets just like softirq does. In this case, > > we can calculate tasklet latency and know what tasklet run. > > > > Signed-off-by: Muchun Song >