lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAP-5=fUJcaK75cfkDJBueh39EXbWtD-A_rOm-VYbnz4bsDq3XA@mail.gmail.com>
Date: Thu, 4 Sep 2025 09:12:01 -0700
From: Ian Rogers <irogers@...gle.com>
To: Peter Zijlstra <peterz@...radead.org>, Ingo Molnar <mingo@...hat.com>, 
	Arnaldo Carvalho de Melo <acme@...nel.org>, Namhyung Kim <namhyung@...nel.org>, 
	Mark Rutland <mark.rutland@....com>, 
	Alexander Shishkin <alexander.shishkin@...ux.intel.com>, Jiri Olsa <jolsa@...nel.org>, 
	Ian Rogers <irogers@...gle.com>, Adrian Hunter <adrian.hunter@...el.com>, 
	Kan Liang <kan.liang@...ux.intel.com>, Andreas Färber <afaerber@...e.de>, 
	Manivannan Sadhasivam <mani@...nel.org>, Caleb Biggers <caleb.biggers@...el.com>, 
	Thomas Falcon <thomas.falcon@...el.com>, Weilin Wang <weilin.wang@...el.com>, 
	linux-kernel@...r.kernel.org, linux-perf-users@...r.kernel.org, 
	linux-actions@...ts.infradead.org
Subject: Re: [PATCH v2 00/20] Intel TMA 5.1 metrics and event updates

On Mon, Aug 18, 2025 at 12:05 PM Ian Rogers <irogers@...gle.com> wrote:
>
> Update events from:
> v1.31 -> v1.33 for alderlake
> v1.09 -> v1.12 for arrowlake
> v1.14 -> v1.16 for emeraldrapids
> v1.10 -> v1.12 for graniterpaids
> v1.14 -> v1.17 for lunarlake
> v1.14 -> v1.16 for meteorlake
> v1.28 -> v1.30 for sapphirerapids
>
> Update TMA 5.0 to 5.1 removing the slots event workaround as the patch series:
> https://lore.kernel.org/lkml/20250719030517.1990983-1-irogers@google.com/
> is assumed.
>
> The patches are generated by:
> https://github.com/intel/perfmon/blob/main/scripts/create_perf_json.py
> with pull requests 323 and 324 applied.
>
> v2: Add Thomas Falcon's tested-by. Both Thomas and myself had tested
>     v1 on hybrid machines with cpu_atom and cpu_core PMUs. Namhyung
>     reported issues on non-hybrid/AMD machines with the fake_pmu test
>     - the metrics using those PMUs were failing event parsing. Add a
>     patch so that the PMU in a cpu=PMU term is ignored when fake PMUs
>     are in use.

Ping.

Thanks,
Ian

> Ian Rogers (20):
>   perf parse-events: Handle fake PMUs in CPU terms
>   perf vendor events: Update alderlake events/metrics
>   perf vendor events: Update arrowlake events/metrics
>   perf vendor events: Update broadwell metrics
>   perf vendor events: Update cascadelakex metrics
>   perf vendor events: Update emeraldrapids events/metrics
>   perf vendor events: Update grandridge metrics
>   perf vendor events: Update graniterapids events/metrics
>   perf vendor events: Update haswell metrics
>   perf vendor events: Update icelake metrics
>   perf vendor events: Update ivybridge/ivytown metrics
>   perf vendor events: Update jaketown metrics
>   perf vendor events: Update lunarlake events/metrics
>   perf vendor events: Update meteorlake events/metrics
>   perf vendor events: Update rocketlake metrics
>   perf vendor events: Update sandybridge metrics
>   perf vendor events: Update sapphirerapids events/metrics
>   perf vendor events: Update sierraforest metrics
>   perf vendor events: Update skylake metrics
>   perf vendor events: Update tigerlake metrics
>
>  .../arch/x86/alderlake/adl-metrics.json       | 104 ++++----
>  .../pmu-events/arch/x86/alderlake/cache.json  |  99 ++++----
>  .../arch/x86/alderlake/floating-point.json    |  28 +--
>  .../arch/x86/alderlake/frontend.json          |  42 ++--
>  .../pmu-events/arch/x86/alderlake/memory.json |  12 +-
>  .../pmu-events/arch/x86/alderlake/other.json  |   8 +-
>  .../arch/x86/alderlake/pipeline.json          | 163 +++++--------
>  .../x86/alderlake/uncore-interconnect.json    |   2 -
>  .../arch/x86/alderlake/virtual-memory.json    |  40 +--
>  .../arch/x86/alderlaken/adln-metrics.json     |  20 +-
>  .../x86/alderlaken/uncore-interconnect.json   |   2 -
>  .../arch/x86/arrowlake/arl-metrics.json       | 180 ++++++++------
>  .../pmu-events/arch/x86/arrowlake/cache.json  | 122 +++++++---
>  .../arch/x86/arrowlake/frontend.json          |  40 +--
>  .../pmu-events/arch/x86/arrowlake/memory.json |  22 +-
>  .../arch/x86/arrowlake/pipeline.json          |  94 +++++---
>  .../arch/x86/broadwell/bdw-metrics.json       |  30 +--
>  .../arch/x86/broadwellde/bdwde-metrics.json   |  30 +--
>  .../arch/x86/broadwellx/bdx-metrics.json      |  33 ++-
>  .../arch/x86/cascadelakex/clx-metrics.json    | 139 ++++++++---
>  .../arch/x86/emeraldrapids/cache.json         | 100 ++++----
>  .../arch/x86/emeraldrapids/emr-metrics.json   | 131 +++++-----
>  .../x86/emeraldrapids/floating-point.json     |  43 ++--
>  .../arch/x86/emeraldrapids/frontend.json      |  42 ++--
>  .../arch/x86/emeraldrapids/memory.json        |  30 +--
>  .../arch/x86/emeraldrapids/other.json         |  28 ++-
>  .../arch/x86/emeraldrapids/pipeline.json      | 167 +++++--------
>  .../arch/x86/emeraldrapids/uncore-memory.json |  82 +++++++
>  .../x86/emeraldrapids/virtual-memory.json     |  40 +--
>  .../arch/x86/grandridge/grr-metrics.json      |  20 +-
>  .../arch/x86/graniterapids/cache.json         | 227 +++++++++++++-----
>  .../x86/graniterapids/floating-point.json     |  43 ++--
>  .../arch/x86/graniterapids/frontend.json      |  42 ++--
>  .../arch/x86/graniterapids/gnr-metrics.json   | 131 +++++-----
>  .../arch/x86/graniterapids/memory.json        |  33 ++-
>  .../arch/x86/graniterapids/other.json         |  30 ++-
>  .../arch/x86/graniterapids/pipeline.json      | 167 ++++++-------
>  .../arch/x86/graniterapids/uncore-io.json     |   1 -
>  .../arch/x86/graniterapids/uncore-memory.json |  31 ---
>  .../x86/graniterapids/virtual-memory.json     |  40 +--
>  .../arch/x86/haswell/hsw-metrics.json         |  32 ++-
>  .../arch/x86/haswellx/hsx-metrics.json        |  35 ++-
>  .../arch/x86/icelake/icl-metrics.json         |  96 ++++----
>  .../arch/x86/icelakex/icx-metrics.json        | 155 ++++++++----
>  .../arch/x86/ivybridge/ivb-metrics.json       |  30 +--
>  .../arch/x86/ivytown/ivt-metrics.json         |  33 ++-
>  .../arch/x86/jaketown/jkt-metrics.json        |  20 +-
>  .../pmu-events/arch/x86/lunarlake/cache.json  | 104 ++++++--
>  .../arch/x86/lunarlake/frontend.json          |  40 +--
>  .../arch/x86/lunarlake/lnl-metrics.json       | 216 +++++++++--------
>  .../pmu-events/arch/x86/lunarlake/memory.json |  22 +-
>  .../arch/x86/lunarlake/pipeline.json          |  85 ++++---
>  .../x86/lunarlake/uncore-interconnect.json    |  10 +
>  .../arch/x86/lunarlake/uncore-memory.json     |   8 +
>  tools/perf/pmu-events/arch/x86/mapfile.csv    |  16 +-
>  .../pmu-events/arch/x86/meteorlake/cache.json | 129 +++++-----
>  .../arch/x86/meteorlake/floating-point.json   |  28 +--
>  .../arch/x86/meteorlake/frontend.json         |  42 ++--
>  .../arch/x86/meteorlake/memory.json           |  15 +-
>  .../arch/x86/meteorlake/mtl-metrics.json      | 103 ++++----
>  .../pmu-events/arch/x86/meteorlake/other.json |   5 +-
>  .../arch/x86/meteorlake/pipeline.json         | 173 ++++++-------
>  .../arch/x86/meteorlake/virtual-memory.json   |  40 +--
>  .../arch/x86/rocketlake/rkl-metrics.json      |  97 ++++----
>  .../arch/x86/sandybridge/snb-metrics.json     |  19 +-
>  .../arch/x86/sapphirerapids/cache.json        | 100 ++++----
>  .../x86/sapphirerapids/floating-point.json    |  43 ++--
>  .../arch/x86/sapphirerapids/frontend.json     |  42 ++--
>  .../arch/x86/sapphirerapids/memory.json       |  30 +--
>  .../arch/x86/sapphirerapids/other.json        |  28 ++-
>  .../arch/x86/sapphirerapids/pipeline.json     | 167 +++++--------
>  .../arch/x86/sapphirerapids/spr-metrics.json  | 153 +++++++-----
>  .../x86/sapphirerapids/uncore-memory.json     |  82 +++++++
>  .../x86/sapphirerapids/virtual-memory.json    |  40 +--
>  .../arch/x86/sierraforest/srf-metrics.json    |  20 +-
>  .../arch/x86/skylake/skl-metrics.json         | 101 +++++---
>  .../arch/x86/skylakex/skx-metrics.json        | 101 +++++---
>  .../arch/x86/tigerlake/tgl-metrics.json       |  97 ++++----
>  tools/perf/util/parse-events.c                | 116 ++++-----
>  79 files changed, 2930 insertions(+), 2381 deletions(-)
>  create mode 100644 tools/perf/pmu-events/arch/x86/lunarlake/uncore-interconnect.json
>
> --
> 2.51.0.rc1.167.g924127e9c0-goog
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ