The whole patch series looks good to me. Thanks.
Reviewed-by: Dapeng Mi <dapeng1.mi@linux.intel.com>
On 9/24/2026 1:36 PM, Ian Rogers wrote:
> Sync the Linux kernel perf PMU event json with the latest upstream
> Intel perfmon repository. The updates were created by running:
> https://github.com/intel/perfmon/blob/main/scripts/create_perf_json.py
>
> Ian Rogers (21):
> perf vendor events intel: Update alderlake events from 1.40 to 1.41
> perf vendor events intel: Update alderlaken events from 1.40 to 1.41
> perf vendor events intel: Update arrowlake events from 1.20 to 1.21
> perf vendor events intel: Update broadwell metrics to TMA 5.2
> perf vendor events intel: Update cascadelakex metrics to TMA 5.2
> perf vendor events intel: Update emeraldrapids events from 1.24 to
> 1.25
> perf vendor events intel: Update graniterapids events from 1.20 to
> 1.21
> perf vendor events intel: Update haswell metrics to TMA 5.2
> perf vendor events intel: Update icelake events to 1.25 and TMA
> metrics to 5.2
> perf vendor events intel: Update icelakex events to 1.31 and TMA
> metrics to 5.2
> perf vendor events intel: Update ivybridge metrics to TMA 5.2
> perf vendor events intel: Update ivytown metrics to TMA 5.2
> perf vendor events intel: Update jaketown metrics to TMA 5.2
> perf vendor events intel: Update meteorlake events from 1.22 to 1.23
> perf vendor events intel: Update novalake events from 1.00 to 1.04
> perf vendor events intel: Update pantherlake events from 1.07 to 1.08
> perf vendor events intel: Update rocketlake events from 1.04 to 1.06
> perf vendor events intel: Update sandybridge metrics to TMA 5.2
> perf vendor events intel: Update sapphirerapids events from 1.39 to
> 1.40
> perf vendor events intel: Update skylake metrics to TMA 5.2
> perf vendor events intel: Update tigerlake events to 1.20 and TMA
> metrics to 5.2
>
> .../pmu-events/arch/x86/alderlake/cache.json | 4 +-
> .../pmu-events/arch/x86/alderlake/memory.json | 13 +
> .../pmu-events/arch/x86/alderlake/other.json | 10 +
> .../arch/x86/alderlake/pipeline.json | 6 +-
> .../pmu-events/arch/x86/alderlaken/cache.json | 4 +-
> .../pmu-events/arch/x86/arrowlake/other.json | 19 +
> .../arch/x86/arrowlake/pipeline.json | 8 +-
> .../arch/x86/broadwell/bdw-metrics.json | 51 +-
> .../arch/x86/broadwell/metricgroups.json | 3 +-
> .../arch/x86/broadwellde/bdwde-metrics.json | 49 +-
> .../arch/x86/broadwellde/metricgroups.json | 3 +-
> .../arch/x86/broadwellx/bdx-metrics.json | 63 +--
> .../arch/x86/broadwellx/metricgroups.json | 3 +-
> .../arch/x86/cascadelakex/clx-metrics.json | 94 ++--
> .../arch/x86/cascadelakex/metricgroups.json | 3 +-
> .../arch/x86/emeraldrapids/cache.json | 2 +-
> .../arch/x86/emeraldrapids/memory.json | 35 ++
> .../arch/x86/emeraldrapids/other.json | 9 +
> .../arch/x86/emeraldrapids/pipeline.json | 10 +-
> .../arch/x86/emeraldrapids/uncore-io.json | 53 +-
> .../arch/x86/graniterapids/other.json | 9 +
> .../arch/x86/graniterapids/pipeline.json | 6 +-
> .../arch/x86/graniterapids/uncore-cache.json | 10 +
> .../arch/x86/graniterapids/uncore-io.json | 12 +
> .../arch/x86/haswell/hsw-metrics.json | 49 +-
> .../arch/x86/haswell/metricgroups.json | 3 +-
> .../arch/x86/haswellx/hsx-metrics.json | 61 +--
> .../arch/x86/haswellx/metricgroups.json | 3 +-
> .../arch/x86/icelake/icl-metrics.json | 84 ++-
> .../pmu-events/arch/x86/icelake/memory.json | 24 +
> .../arch/x86/icelake/metricgroups.json | 2 +-
> .../pmu-events/arch/x86/icelake/other.json | 9 +
> .../pmu-events/arch/x86/icelake/pipeline.json | 9 +-
> .../arch/x86/icelakex/icx-metrics.json | 101 ++--
> .../pmu-events/arch/x86/icelakex/memory.json | 24 +
> .../arch/x86/icelakex/metricgroups.json | 2 +-
> .../pmu-events/arch/x86/icelakex/other.json | 9 +
> .../arch/x86/icelakex/pipeline.json | 7 +-
> .../arch/x86/ivybridge/ivb-metrics.json | 51 +-
> .../arch/x86/ivybridge/metricgroups.json | 3 +-
> .../arch/x86/ivytown/ivt-metrics.json | 63 +--
> .../arch/x86/ivytown/metricgroups.json | 3 +-
> .../arch/x86/jaketown/jkt-metrics.json | 41 +-
> .../arch/x86/jaketown/metricgroups.json | 3 +-
> tools/perf/pmu-events/arch/x86/mapfile.csv | 26 +-
> .../pmu-events/arch/x86/meteorlake/other.json | 10 +
> .../arch/x86/meteorlake/pipeline.json | 6 +-
> .../pmu-events/arch/x86/novalake/cache.json | 498 ++++++++++++++++-
> .../arch/x86/novalake/floating-point.json | 405 ++++++++++++++
> .../arch/x86/novalake/frontend.json | 147 ++++-
> .../pmu-events/arch/x86/novalake/memory.json | 24 +
> .../pmu-events/arch/x86/novalake/other.json | 213 ++++++++
> .../arch/x86/novalake/pipeline.json | 504 +++++++++++++++++-
> .../arch/x86/novalake/virtual-memory.json | 173 ++++++
> .../arch/x86/pantherlake/other.json | 10 +
> .../arch/x86/pantherlake/pipeline.json | 6 +-
> .../arch/x86/rocketlake/memory.json | 24 +
> .../arch/x86/rocketlake/metricgroups.json | 2 +-
> .../pmu-events/arch/x86/rocketlake/other.json | 9 +
> .../arch/x86/rocketlake/pipeline.json | 9 +-
> .../arch/x86/rocketlake/rkl-metrics.json | 84 ++-
> .../arch/x86/sandybridge/metricgroups.json | 3 +-
> .../arch/x86/sandybridge/snb-metrics.json | 35 +-
> .../arch/x86/sapphirerapids/cache.json | 2 +-
> .../arch/x86/sapphirerapids/memory.json | 35 ++
> .../arch/x86/sapphirerapids/metricgroups.json | 2 +-
> .../arch/x86/sapphirerapids/other.json | 9 +
> .../arch/x86/sapphirerapids/pipeline.json | 10 +-
> .../arch/x86/sapphirerapids/spr-metrics.json | 93 ++--
> .../arch/x86/sapphirerapids/uncore-io.json | 53 +-
> .../arch/x86/skylake/metricgroups.json | 3 +-
> .../arch/x86/skylake/skl-metrics.json | 59 +-
> .../arch/x86/skylakex/metricgroups.json | 3 +-
> .../arch/x86/skylakex/skx-metrics.json | 94 ++--
> .../arch/x86/tigerlake/metricgroups.json | 2 +-
> .../pmu-events/arch/x86/tigerlake/other.json | 9 +
> .../arch/x86/tigerlake/pipeline.json | 7 +-
> .../arch/x86/tigerlake/tgl-metrics.json | 82 +--
> 78 files changed, 2896 insertions(+), 785 deletions(-)
>