[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190902160713.1425-1-james.clark@arm.com>
Date: Mon, 2 Sep 2019 16:08:13 +0000
From: James Clark <James.Clark@....com>
To: "linux-perf-users@...r.kernel.org" <linux-perf-users@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
CC: nd <nd@....com>, James Clark <James.Clark@....com>
Subject: [PATCH v2 0/1] perf tools: Add PMU event JSON files for ARM
Cortex-A76 and, Neoverse N1.
Resubmitting due to the previous patch having a disclaimer appended.
I've tested that this applies cleanly with git am.
James Clark (1):
perf tools: Add PMU event JSON files for ARM Cortex-A76 and, Neoverse
N1.
.../arch/arm64/arm/cortex-a76-n1/branch.json | 14 ++
.../arch/arm64/arm/cortex-a76-n1/bus.json | 24 ++
.../arch/arm64/arm/cortex-a76-n1/cache.json | 207 ++++++++++++++++++
.../arm64/arm/cortex-a76-n1/exception.json | 52 +++++
.../arm64/arm/cortex-a76-n1/instruction.json | 108 +++++++++
.../arch/arm64/arm/cortex-a76-n1/memory.json | 23 ++
.../arch/arm64/arm/cortex-a76-n1/other.json | 7 +
.../arm64/arm/cortex-a76-n1/pipeline.json | 14 ++
tools/perf/pmu-events/arch/arm64/mapfile.csv | 2 +
9 files changed, 451 insertions(+)
create mode 100644 tools/perf/pmu-events/arch/arm64/arm/cortex-a76-n1/branch.json
create mode 100644 tools/perf/pmu-events/arch/arm64/arm/cortex-a76-n1/bus.json
create mode 100644 tools/perf/pmu-events/arch/arm64/arm/cortex-a76-n1/cache.json
create mode 100644 tools/perf/pmu-events/arch/arm64/arm/cortex-a76-n1/exception.json
create mode 100644 tools/perf/pmu-events/arch/arm64/arm/cortex-a76-n1/instruction.json
create mode 100644 tools/perf/pmu-events/arch/arm64/arm/cortex-a76-n1/memory.json
create mode 100644 tools/perf/pmu-events/arch/arm64/arm/cortex-a76-n1/other.json
create mode 100644 tools/perf/pmu-events/arch/arm64/arm/cortex-a76-n1/pipeline.json
--
2.23.0
Powered by blists - more mailing lists