Re: [PATCH v2 2/2] perf vendor events: Rename arm64 arch std event files

From: Arnaldo Carvalho de Melo
Date: Fri Dec 10 2021 - 14:01:25 EST


Em Fri, Dec 10, 2021 at 01:46:48PM +0000, John Garry escreveu:
> On 10/12/2021 12:37, Andrew Kilroy wrote:
> > A previous commit adds pmu events into the files
> >
> > armv8-common-and-microarch.json
> > armv8-recommended.json
> >
> > that are actually specified in an armv9 reference supplement, not armv8.
> > As such, naming the files with the armv8 prefix seems artificial.
> >
> > This patch renames the files to reflect that these two files are for
> > arch std events regardless of whether they are defined in armv8 or
> > armv9.
> >
> > Signed-off-by: Andrew Kilroy<andrew.kilroy@xxxxxxx>
>
> Reviewed-by: John Garry <john.garry@xxxxxxxxxx>


Thanks, applied both patches.

- Arnaldo