linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] update to latest PMU events for zen1/zen2
@ 2020-02-28 17:56 Vijay Thakkar
  2020-02-28 17:56 ` [PATCH v3 1/3] perf vendor events amd: restrict model detection for zen1 based processors Vijay Thakkar
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Vijay Thakkar @ 2020-02-28 17:56 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo
  Cc: Vijay Thakkar, Peter Zijlstra, Ingo Molnar, Kim Phillips,
	Alexander Shishkin, Jiri Olsa, Namhyung Kim, Martin Liška,
	Jon Grimm, linux-kernel, linux-perf-users

This series of patches brings the PMU events for AMD family 17h series
of processors up to date with the latest versions of the AMD processor
programming reference manuals, all of which can be found at:
https://bugzilla.kernel.org/show_bug.cgi?id=206537

Change summary:
Patch 1: changes the pmu events mapfile to be more selective for
the model number rather than blanket detecting all f17h processors to
have the same events directory. This is required for the later patch
where we add events for zen2 based processors.

Patch 2: adds the PMU events for zen2.

Patch 3: updates the zen1 PMU events to be in accordance
with the latest PPR version and bumps up the events version to v2,
mainly adding some events that were previously missing, and
cleaning up some fpu counters.

Details of what changed between patch revisions is included within the
commits.

Vijay Thakkar (3):
  perf vendor events amd: restrict model detection for zen1 based
    processors
  perf vendor events amd: add Zen2 events
  perf vendor events amd: update Zen1 events to V2

 .../pmu-events/arch/x86/amdfam17h/branch.json |  12 -
 .../pmu-events/arch/x86/amdzen1/branch.json   |  23 ++
 .../x86/{amdfam17h => amdzen1}/cache.json     |   0
 .../arch/x86/{amdfam17h => amdzen1}/core.json |   5 -
 .../floating-point.json                       |  60 ++-
 .../x86/{amdfam17h => amdzen1}/memory.json    |  18 +
 .../x86/{amdfam17h => amdzen1}/other.json     |   0
 .../pmu-events/arch/x86/amdzen2/branch.json   |  52 +++
 .../pmu-events/arch/x86/amdzen2/cache.json    | 350 ++++++++++++++++++
 .../pmu-events/arch/x86/amdzen2/core.json     | 135 +++++++
 .../arch/x86/amdzen2/floating-point.json      | 128 +++++++
 .../pmu-events/arch/x86/amdzen2/memory.json   | 343 +++++++++++++++++
 .../pmu-events/arch/x86/amdzen2/other.json    | 129 +++++++
 tools/perf/pmu-events/arch/x86/mapfile.csv    |   3 +-
 14 files changed, 1238 insertions(+), 20 deletions(-)
 delete mode 100644 tools/perf/pmu-events/arch/x86/amdfam17h/branch.json
 create mode 100644 tools/perf/pmu-events/arch/x86/amdzen1/branch.json
 rename tools/perf/pmu-events/arch/x86/{amdfam17h => amdzen1}/cache.json (100%)
 rename tools/perf/pmu-events/arch/x86/{amdfam17h => amdzen1}/core.json (97%)
 rename tools/perf/pmu-events/arch/x86/{amdfam17h => amdzen1}/floating-point.json (62%)
 rename tools/perf/pmu-events/arch/x86/{amdfam17h => amdzen1}/memory.json (92%)
 rename tools/perf/pmu-events/arch/x86/{amdfam17h => amdzen1}/other.json (100%)
 create mode 100644 tools/perf/pmu-events/arch/x86/amdzen2/branch.json
 create mode 100644 tools/perf/pmu-events/arch/x86/amdzen2/cache.json
 create mode 100644 tools/perf/pmu-events/arch/x86/amdzen2/core.json
 create mode 100644 tools/perf/pmu-events/arch/x86/amdzen2/floating-point.json
 create mode 100644 tools/perf/pmu-events/arch/x86/amdzen2/memory.json
 create mode 100644 tools/perf/pmu-events/arch/x86/amdzen2/other.json

-- 
2.25.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-03-14  3:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-28 17:56 [PATCH v3 0/3] update to latest PMU events for zen1/zen2 Vijay Thakkar
2020-02-28 17:56 ` [PATCH v3 1/3] perf vendor events amd: restrict model detection for zen1 based processors Vijay Thakkar
2020-02-28 17:56 ` [PATCH v3 2/3] perf vendor events amd: add Zen2 events Vijay Thakkar
2020-03-02 23:12   ` Kim Phillips
2020-02-28 17:56 ` [PATCH v3 3/3] perf vendor events amd: update Zen1 events to V2 Vijay Thakkar
2020-03-03 17:04   ` Kim Phillips
2020-03-14  3:13     ` Vijay Thakkar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).