linux/tools/perf/ui/browsers
Dmitry Vyukov ee1cffbe24 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>
2025-02-18 14:04:32 -08:00
..
Build perf ui: Make ui its own library 2024-06-26 11:06:34 -07:00
annotate-data.c perf annotate-data: Show offset and size in hex 2024-08-21 11:48:39 -03:00
annotate.c perf annotate: Prefer passing evsel to evsel->core.idx 2025-01-18 10:02:10 -08:00
header.c perf tools: Remove debug.h from places where it is not needed 2019-09-20 09:19:20 -03:00
hists.c perf report: Add latency output field 2025-02-18 14:04:32 -08:00
hists.h perf ui/browser/annotate: Use global annotation_options 2023-12-07 17:18:06 -03:00
map.c perf dso: Add reference count checking and accessor functions 2024-05-06 15:28:49 -03:00
map.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
res_sample.c perf: script: prefer capstone to XED 2024-02-20 18:07:34 -08:00
scripts.c perf script: Move find_scripts to browser/scripts.c 2024-12-18 16:24:32 -03:00