[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <3ee15066-429e-b0f2-1255-aab100fad472@suse.cz>
Date: Mon, 6 Aug 2018 10:42:19 +0200
From: Martin Liška <mliska@...e.cz>
To: gcc-patches@....gnu.org, linux-perf-users@...r.kernel.org,
lkml <linux-kernel@...r.kernel.org>
Cc: Arnaldo Carvalho de Melo <acme@...nel.org>,
Jiri Olsa <jolsa@...hat.com>
Subject: [PATCH] AMD perf PMU events for AMD Family 17h.
Hello.
Following patch adds PMC events for AMD Family 17 CPUs as defined in [1].
It covers events described in section: 2.1.13. Regex pattern in mapfile.csv
covers all CPUs of the family.
Thanks,
Martin
[1] https://support.amd.com/TechDocs/54945_PPR_Family_17h_Models_00h-0Fh.pdf
Signed-off-by: Martin Liška <mliska@...e.cz>
---
.../pmu-events/arch/x86/amdfam17h/cache.json | 332 ++++++++++++++++++
.../pmu-events/arch/x86/amdfam17h/core.json | 124 +++++++
.../arch/x86/amdfam17h/floating-point.json | 196 +++++++++++
.../pmu-events/arch/x86/amdfam17h/memory.json | 225 ++++++++++++
.../pmu-events/arch/x86/amdfam17h/other.json | 51 +++
tools/perf/pmu-events/arch/x86/mapfile.csv | 1 +
6 files changed, 929 insertions(+)
create mode 100644 tools/perf/pmu-events/arch/x86/amdfam17h/cache.json
create mode 100644 tools/perf/pmu-events/arch/x86/amdfam17h/core.json
create mode 100644 tools/perf/pmu-events/arch/x86/amdfam17h/floating-point.json
create mode 100644 tools/perf/pmu-events/arch/x86/amdfam17h/memory.json
create mode 100644 tools/perf/pmu-events/arch/x86/amdfam17h/other.json
View attachment "0001-AMD-perf-PMU-eventts-for-AMD-Family-17h.patch" of type "text/x-patch" (45259 bytes)
Powered by blists - more mailing lists