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-next>] [day] [month] [year] [list]
Message-ID: <20251202165340.555375-1-irogers@google.com>
Date: Tue,  2 Dec 2025 08:53:31 -0800
From: Ian Rogers <irogers@...gle.com>
To: Thomas Falcon <thomas.falcon@...el.com>, Dapeng Mi <dapeng1.mi@...ux.intel.com>, 
	Edward Baker <edward.baker@...el.com>, Peter Zijlstra <peterz@...radead.org>, 
	Ingo Molnar <mingo@...hat.com>, Arnaldo Carvalho de Melo <acme@...nel.org>, Namhyung Kim <namhyung@...nel.org>, 
	Alexander Shishkin <alexander.shishkin@...ux.intel.com>, Jiri Olsa <jolsa@...nel.org>, 
	Ian Rogers <irogers@...gle.com>, Adrian Hunter <adrian.hunter@...el.com>, 
	"Andreas Färber" <afaerber@...e.de>, Manivannan Sadhasivam <mani@...nel.org>, 
	Caleb Biggers <caleb.biggers@...el.com>, linux-perf-users@...r.kernel.org, 
	linux-kernel@...r.kernel.org
Subject: [PATCH v1 0/9] Updated Intel events and metric unit fixes

Update the Intel events using the script:
https://github.com/intel/perfmon/blob/main/scripts/create_perf_json.py
pulling in 8 updates to event data and a metric unit fix.

Ian Rogers (9):
  perf vendor events intel: Update alderlake events from 1.34 to 1.35
  perf vendor events intel: Update arrowlake events from 1.13 to 1.14
  perf vendor events intel: Update cascadelakex metric units
  perf vendor events intel: Update graniterapids events from 1.15 to
    1.16
  perf vendor events intel: Update icelakex events from 1.28 to 1.30
  perf vendor events intel: Update lunarlake events from 1.18 to 1.19
  perf vendor events intel: Update meteorlake events from 1.17 to 1.18
  perf vendor events intel: Update pantherlake events from 1.00 to 1.02
  perf vendor events intel: Update sierraforest events from 1.12 to 1.13

 .../pmu-events/arch/x86/alderlake/cache.json  |  16 +-
 .../arch/x86/alderlake/pipeline.json          |   6 +-
 .../pmu-events/arch/x86/alderlaken/cache.json |  16 +-
 .../arch/x86/alderlaken/pipeline.json         |   6 +-
 .../pmu-events/arch/x86/arrowlake/cache.json  | 337 ++++++++++++++++-
 .../arch/x86/arrowlake/floating-point.json    |  73 ++++
 .../arch/x86/arrowlake/frontend.json          |  72 ++++
 .../pmu-events/arch/x86/arrowlake/memory.json |  64 ++++
 .../pmu-events/arch/x86/arrowlake/other.json  | 119 ++++++
 .../arch/x86/arrowlake/pipeline.json          | 350 ++++++++++++++++++
 .../arch/x86/arrowlake/virtual-memory.json    | 113 ++++++
 .../arch/x86/cascadelakex/uncore-cache.json   |   2 +-
 .../arch/x86/cascadelakex/uncore-memory.json  |  12 +-
 .../arch/x86/graniterapids/cache.json         |   4 +-
 .../arch/x86/graniterapids/uncore-cache.json  |   9 +
 .../arch/x86/icelakex/uncore-cache.json       |   4 +-
 .../pmu-events/arch/x86/lunarlake/cache.json  |  20 +-
 .../pmu-events/arch/x86/lunarlake/other.json  |   1 +
 .../arch/x86/lunarlake/pipeline.json          |  26 +-
 tools/perf/pmu-events/arch/x86/mapfile.csv    |  18 +-
 .../pmu-events/arch/x86/meteorlake/cache.json |  20 +-
 .../arch/x86/pantherlake/cache.json           |  38 ++
 .../arch/x86/pantherlake/floating-point.json  |  73 ++++
 .../arch/x86/pantherlake/memory.json          |   9 +
 .../arch/x86/pantherlake/pipeline.json        | 305 ++++++++++++++-
 .../arch/x86/sierraforest/cache.json          |  20 +-
 .../arch/x86/sierraforest/uncore-cache.json   |   9 +
 27 files changed, 1650 insertions(+), 92 deletions(-)

-- 
2.52.0.158.g65b55ccf14-goog


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ