Re: [PATCH v8 09/18] perf ftrace: add support for trace option sleep-time

2020-08-14 Thread Arnaldo Carvalho de Melo
Em Sat, Aug 08, 2020 at 10:31:32AM +0800, Changbin Du escreveu: > This adds an option '--graph-opts nosleep-time' which allow us > only to measure on-CPU time. This option is function_graph tracer > only. Here an example showing its usage would be great. Even better, on perf-ftrace.txt, so that pe

[PATCH v8 09/18] perf ftrace: add support for trace option sleep-time

2020-08-07 Thread Changbin Du
This adds an option '--graph-opts nosleep-time' which allow us only to measure on-CPU time. This option is function_graph tracer only. Signed-off-by: Changbin Du --- v3: switch to uniform option --graph-opts. v2: option name '--nosleep-time' -> '--graph-nosleep-time'. --- tools/perf/Documentati