linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] perf vendor events intel: Add core events and metrics for Elkhartlake
@ 2021-08-02  5:34 Jin Yao
  2021-08-02  5:34 ` [PATCH v2 1/2] perf vendor events intel: Add core event list " Jin Yao
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jin Yao @ 2021-08-02  5:34 UTC (permalink / raw)
  To: acme, jolsa, peterz, mingo, alexander.shishkin
  Cc: Linux-kernel, linux-perf-users, ak, kan.liang, yao.jin, Jin Yao

Add JSON events and metrics for Elkhartlake to perf.

Based on JSON list v1.02:

https://download.01.org/perfmon/EHL/

v2:
---
Based on JSON list v1.02.
Patchset is based on tmp.perf/core branch.

v1:
---
Based on JSON list v1.01

Jin Yao (2):
  perf vendor events intel: Add core event list for Elkhartlake
  perf vendor events intel: Add basic metrics for Elkhartlake

 .../arch/x86/elkhartlake/cache.json           | 226 ++++++++++
 .../arch/x86/elkhartlake/ehl-metrics.json     |  57 +++
 .../arch/x86/elkhartlake/floating-point.json  |  24 +
 .../arch/x86/elkhartlake/frontend.json        |  93 ++++
 .../arch/x86/elkhartlake/memory.json          |  86 ++++
 .../arch/x86/elkhartlake/other.json           | 424 ++++++++++++++++++
 .../arch/x86/elkhartlake/pipeline.json        | 278 ++++++++++++
 .../arch/x86/elkhartlake/virtual-memory.json  | 273 +++++++++++
 tools/perf/pmu-events/arch/x86/mapfile.csv    |   1 +
 9 files changed, 1462 insertions(+)
 create mode 100644 tools/perf/pmu-events/arch/x86/elkhartlake/cache.json
 create mode 100644 tools/perf/pmu-events/arch/x86/elkhartlake/ehl-metrics.json
 create mode 100644 tools/perf/pmu-events/arch/x86/elkhartlake/floating-point.json
 create mode 100644 tools/perf/pmu-events/arch/x86/elkhartlake/frontend.json
 create mode 100644 tools/perf/pmu-events/arch/x86/elkhartlake/memory.json
 create mode 100644 tools/perf/pmu-events/arch/x86/elkhartlake/other.json
 create mode 100644 tools/perf/pmu-events/arch/x86/elkhartlake/pipeline.json
 create mode 100644 tools/perf/pmu-events/arch/x86/elkhartlake/virtual-memory.json

-- 
2.17.1


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

end of thread, other threads:[~2021-08-02 12:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-02  5:34 [PATCH v2 0/2] perf vendor events intel: Add core events and metrics for Elkhartlake Jin Yao
2021-08-02  5:34 ` [PATCH v2 1/2] perf vendor events intel: Add core event list " Jin Yao
2021-08-02  5:34 ` [PATCH v2 2/2] perf vendor events intel: Add basic metrics " Jin Yao
2021-08-02 12:58 ` [PATCH v2 0/2] perf vendor events intel: Add core events and " Arnaldo Carvalho de Melo

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).