diff options
| author | Namhyung Kim <namhyung@kernel.org> | 2025-12-09 18:33:25 -0800 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2025-12-17 09:30:37 -0300 |
| commit | 9cdc9738d169f82bd4abb638b2ac8690bdee5522 (patch) | |
| tree | 32dd483cddd3c737c708f371f1468f5b8f821c7b /tools/perf/scripts/python | |
| parent | bdd051e249141c793dec28544e7f5d5bc7690bf3 (diff) | |
| download | linux-9cdc9738d169f82bd4abb638b2ac8690bdee5522.tar.gz linux-9cdc9738d169f82bd4abb638b2ac8690bdee5522.zip | |
perf report: Enable data-type profiling with -F option too
It checked -s/--sort options only. As the sort keys can be setup using
the -F/--fields option as well, it should enable data-type profiling
with it too.
The following two commands should have the same output.
$ perf report -s type
$ perf report -F overhead,type
But there's another problem on this. I'll handle it in the next commit.
Reviewed-by: Ian Rogers <irogers@google.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: James Clark <james.clark@linaro.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
