]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
perf stat: Reduce scope of ru_stats
authorIan Rogers <irogers@google.com>
Thu, 13 Nov 2025 18:05:11 +0000 (10:05 -0800)
committerNamhyung Kim <namhyung@kernel.org>
Tue, 18 Nov 2025 02:43:09 +0000 (18:43 -0800)
commit557c34435b4492860452d6c0e8444320f8614f62
tree85ae02cca78953c9e67c6830dd00e6e588caa8e0
parent3d65f6445fd93e3eb4cb63a828c36625b4929abd
perf stat: Reduce scope of ru_stats

The ru_stats are used to capture user and system time stats when a
process exits. These are then applied to user and system time tool
events if their reads fail due to the process terminating. Reduce the
scope now the metric code no longer reads these values.

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