Re: [PATCH v9 05/23] perf util: Sort includes and add missed explicit dependencies
From: Namhyung Kim
Date: Mon May 25 2026 - 20:36:28 EST
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@xxxxxxxxxx>
Acked-by: Namhyung Kim <namhyung@xxxxxxxxxx>
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(-)