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

Latency output field is similar to overhead, but represents overhead for
latency rather than CPU consumption. It's re-scaled from overhead by dividing
weight by the current parallelism level at the time of the sample.
It effectively models profiling with 1 sample taken per unit of wall-clock
time rather than unit of CPU time.

Signed-off-by: Dmitry Vyukov <dvyukov@google.com>
Reviewed-by: Andi Kleen <ak@linux.intel.com>
Link: https://lore.kernel.org/r/b6269518758c2166e6ffdc2f0e24cfdecc8ef9c1.1739437531.git.dvyukov@google.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/ui/browsers/hists.c
tools/perf/ui/hist.c
tools/perf/util/addr_location.h
tools/perf/util/event.c
tools/perf/util/events_stats.h
tools/perf/util/hist.c
tools/perf/util/hist.h
tools/perf/util/sort.c