]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
perf stat: Reduce scope of walltime_nsecs_stats
authorIan Rogers <irogers@google.com>
Thu, 13 Nov 2025 18:05:12 +0000 (10:05 -0800)
committerNamhyung Kim <namhyung@kernel.org>
Tue, 18 Nov 2025 02:43:09 +0000 (18:43 -0800)
commitd702c0f4af6e065846e67ff89b34aec2cca7ffa7
tree67eb33a3f6a5d1675a5bb235b79e9bf76e52a034
parent557c34435b4492860452d6c0e8444320f8614f62
perf stat: Reduce scope of walltime_nsecs_stats

walltime_nsecs_stats is no longer used for counter values, move into
that stat_config where it controls certain things like noise
measurement.

Signed-off-by: Ian Rogers <irogers@google.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/builtin-stat.c
tools/perf/tests/parse-metric.c
tools/perf/tests/pmu-events.c
tools/perf/util/config.c
tools/perf/util/stat-shadow.c
tools/perf/util/stat.h