Re: [PATCH v1 0/5] perf tool: Minor code clean ups

From: Namhyung Kim

Date: Sat Mar 14 2026 - 13:42:40 EST


On Fri, Mar 13, 2026 at 02:26:10PM -0700, Namhyung Kim wrote:
> On Thu, Mar 12, 2026 at 01:40:53PM -0700, Ian Rogers wrote:
> > On Sat, Feb 7, 2026 at 12:24 AM Ian Rogers <irogers@xxxxxxxxxx> wrote:
> > >
> > > Remove some unused functions, files, etc. Reduce scope of variables
> > > and functions. Constify arrays in perf.c.
> > >
> > > Ian Rogers (5):
> > > perf symbol: Reduce scope of elf__needs_adjust_symbols
> > > perf dump-insn: Remove dump-insn.c
> > > perf tool: Constify the command and option arrays
> > > perf bpf_map: Remove unused code
> > > perf record: Remove unused cpu-set-sched.h
>
> Sorry for the delay. Looks fine to me.
>
> I'll test and process them soon.

Applied to perf-tools-next, thanks!

Best regards,
Namhyung