Re: [PATCH v9 05/23] perf util: Sort includes and add missed explicit dependencies
From: Namhyung Kim <namhyung@kernel.org>
Date: 2026-05-26 00:36:25
Also in:
linux-perf-users, lkml
From: Namhyung Kim <namhyung@kernel.org>
Date: 2026-05-26 00:36:25
Also in:
linux-perf-users, lkml
On Fri, May 22, 2026 at 03:04:16PM -0700, Ian Rogers wrote:
Fix missing includes found while cleaning the evsel/evlist header files. Sort the remaining header files for consistency with the rest of the code. Signed-off-by: Ian Rogers <irogers@google.com>
Acked-by: Namhyung Kim <namhyung@kernel.org> Thanks, Namhyung
--- tools/perf/util/bpf_off_cpu.c | 30 +++++----- tools/perf/util/bpf_trace_augment.c | 8 +-- tools/perf/util/evlist.c | 91 +++++++++++++++-------------- tools/perf/util/evsel.c | 75 ++++++++++++------------ tools/perf/util/map.h | 9 ++- tools/perf/util/perf_api_probe.c | 18 +++--- tools/perf/util/s390-sample-raw.c | 19 +++--- tools/perf/util/stat-shadow.c | 20 ++++--- tools/perf/util/stat.c | 16 +++-- 9 files changed, 152 insertions(+), 134 deletions(-)