]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf report: Add --latency flag
authorDmitry Vyukov <dvyukov@google.com>
Thu, 13 Feb 2025 09:08:19 +0000 (10:08 +0100)
committerNamhyung Kim <namhyung@kernel.org>
Tue, 18 Feb 2025 22:04:32 +0000 (14:04 -0800)
commit2570c02c3a5a8b27e2e14cd205ccb796e01f3308
treeefb670724e91bc73a86b8c9af16ffd3a2f032b18
parentee1cffbe24e7dc129c737a5f433b35e2ce0bdd78
perf report: Add --latency flag

Add record/report --latency flag that allows to capture and show
latency-centric profiles rather than the default CPU-consumption-centric
profiles. For latency profiles record captures context switch events,
and report shows Latency as the first column.

Signed-off-by: Dmitry Vyukov <dvyukov@google.com>
Reviewed-by: Andi Kleen <ak@linux.intel.com>
Link: https://lore.kernel.org/r/e9640464bcbc47dde2cb557003f421052ebc9eec.1739437531.git.dvyukov@google.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/Documentation/perf-record.txt
tools/perf/Documentation/perf-report.txt
tools/perf/builtin-record.c
tools/perf/builtin-report.c
tools/perf/ui/hist.c
tools/perf/util/hist.h
tools/perf/util/sort.c
tools/perf/util/sort.h
tools/perf/util/symbol_conf.h