Re: [PATCH v1] perf help: Move common_cmds into builtin-help
From: Arnaldo Carvalho de Melo
Date: Tue Jan 13 2026 - 16:42:26 EST
On Fri, Jan 09, 2026 at 05:31:36PM -0800, Namhyung Kim wrote:
> On Thu, Dec 04, 2025 at 01:11:43PM -0800, Ian Rogers wrote:
> > There's a lot of infrastructure for generating a relatively simple
> > array used by one function. Move the array into the function and
> > remove the supporting build logic. At the same time opportunistically
> > const-ify the array.
> >
> > Signed-off-by: Ian Rogers <irogers@xxxxxxxxxx>
>
> Acked-by: Namhyung Kim <namhyung@xxxxxxxxxx>
Thanks, applied to perf-tools-next,
- Arnaldo