]> git.baikalelectronics.ru Git - kernel.git/commit
perf vendor events: Rename arm64 arch std event files
authorAndrew Kilroy <andrew.kilroy@arm.com>
Fri, 10 Dec 2021 12:37:05 +0000 (12:37 +0000)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 16 Dec 2021 15:18:11 +0000 (12:18 -0300)
commit1110821dc5dec9446ba2d8d35c71e560bce524a6
treebfef3747791558c6843dea19e43453245e147381
parent3aabe60886d56c9b7371ab2b6a28c2b99e07b6c8
perf vendor events: Rename arm64 arch std event files

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.

Reviewed-by: John Garry <john.garry@huawei.com>
Signed-off-by: Andrew Kilroy <andrew.kilroy@arm.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Leo Yan <leo.yan@linaro.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Will Deacon <will@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org
Link: https://lore.kernel.org/r/20211210123706.7490-3-andrew.kilroy@arm.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/pmu-events/arch/arm64/armv8-common-and-microarch.json [deleted file]
tools/perf/pmu-events/arch/arm64/armv8-recommended.json [deleted file]
tools/perf/pmu-events/arch/arm64/common-and-microarch.json [new file with mode: 0644]
tools/perf/pmu-events/arch/arm64/recommended.json [new file with mode: 0644]