[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220812085239.3089231-1-zhengjun.xing@linux.intel.com>
Date: Fri, 12 Aug 2022 16:52:28 +0800
From: zhengjun.xing@...ux.intel.com
To: acme@...nel.org, peterz@...radead.org, mingo@...hat.com,
alexander.shishkin@...el.com, jolsa@...nel.org, namhyung@...nel.org
Cc: linux-kernel@...r.kernel.org, linux-perf-users@...r.kernel.org,
irogers@...gle.com, ak@...ux.intel.com, kan.liang@...ux.intel.com,
zhengjun.xing@...ux.intel.com
Subject: [PATCH 00/11] Add generated latest Intel events and metrics
From: Zhengjun Xing <zhengjun.xing@...ux.intel.com>
The goal of this patch series is to align the json events for Intel
platforms with those generated by:
https://github.com/intel/event-converter-for-linux-perf/blob/master/download_and_gen.py
This script takes the latest event json and TMA metrics from:
https://download.01.org/perfmon/ and adds to these metrics, in
particular uncore ones, from: https://github.com/intel/perfmon-metrics
Compared to the previous json, the major changes are:
- Add new metrics “UNCORE_FREQ” for Linux perf,this new metric can be added to all platforms that have Sockets_CLKS.
- Remove duplicated uncore events.
- the inclusion of previously ungenerated and experimental uncore events.
Zhengjun Xing (11):
perf vendor events: Update metrics for broadwellde
perf vendor events: Update events and metrics for broadwellx
perf vendor events: Update events and metrics for cascadelakex
perf vendor events: Update events and metrics for haswellx
perf vendor events: Update events and metrics for icelakex
perf vendor events: Update metrics for ivytown
perf vendor events: Update metrics for jaketown
perf vendor events: Update events for knightslanding
perf vendor events: Update metrics for sapphirerapids
perf vendor events: Update events and metrics for skylakex
perf vendor events: Update events for snowridgex
.../arch/x86/broadwellde/bdwde-metrics.json | 6 +
.../arch/x86/broadwellx/bdx-metrics.json | 6 +
.../arch/x86/broadwellx/uncore-cache.json | 163 +-
.../arch/x86/cascadelakex/clx-metrics.json | 6 +
.../arch/x86/cascadelakex/uncore-memory.json | 4424 +-
.../arch/x86/cascadelakex/uncore-other.json | 23162 +++++++++-
.../arch/x86/cascadelakex/uncore-power.json | 201 +
.../arch/x86/haswellx/hsx-metrics.json | 411 +-
.../arch/x86/haswellx/uncore-cache.json | 173 +-
.../arch/x86/icelakex/icx-metrics.json | 6 +
.../arch/x86/icelakex/uncore-memory.json | 1523 +
.../arch/x86/icelakex/uncore-other.json | 38506 +++++++++++++++-
.../arch/x86/icelakex/uncore-power.json | 225 +
.../arch/x86/ivytown/ivt-metrics.json | 6 +
.../arch/x86/jaketown/jkt-metrics.json | 6 +
.../arch/x86/knightslanding/uncore-other.json | 213 +
.../arch/x86/sapphirerapids/spr-metrics.json | 6 +
.../arch/x86/skylakex/skx-metrics.json | 6 +
.../arch/x86/skylakex/uncore-memory.json | 3566 +-
.../arch/x86/skylakex/uncore-other.json | 23442 +++++++++-
.../arch/x86/skylakex/uncore-power.json | 201 +
.../arch/x86/snowridgex/uncore-other.json | 111 +-
22 files changed, 91393 insertions(+), 4976 deletions(-)
create mode 100644 tools/perf/pmu-events/arch/x86/cascadelakex/uncore-power.json
create mode 100644 tools/perf/pmu-events/arch/x86/skylakex/uncore-power.json
--
2.25.1
Powered by blists - more mailing lists