Re: [PATCH v8 10/18] perf ftrace: add support for trace option funcgraph-irqs

2020-08-14 Thread Arnaldo Carvalho de Melo
Em Sat, Aug 08, 2020 at 10:31:33AM +0800, Changbin Du escreveu: > This adds an option '--graph-opts noirqs' to filter out functions executed > in irq context. ditto, no example provided, please consider adding an example + explanation to perf-ftrace.txt. > Signed-off-by: Changbin Du > > --- >

[PATCH v8 10/18] perf ftrace: add support for trace option funcgraph-irqs

2020-08-07 Thread Changbin Du
This adds an option '--graph-opts noirqs' to filter out functions executed in irq context. Signed-off-by: Changbin Du --- v2: option name '--nofuncgraph-irqs' -> '--graph-noirqs'. --- tools/perf/Documentation/perf-ftrace.txt | 1 + tools/perf/builtin-ftrace.c | 21