[PATCH v1 00/12] perf vendor events intel: update

Ian Rogers posted 12 patches 1 week, 3 days ago
.../pmu-events/arch/x86/alderlake/cache.json  |   85 +
.../pmu-events/arch/x86/alderlake/memory.json |   64 +
.../arch/x86/alderlake/pipeline.json          |   54 +
.../arch/x86/alderlake/virtual-memory.json    |    9 +
.../pmu-events/arch/x86/alderlaken/cache.json |   50 +
.../arch/x86/alderlaken/memory.json           |   57 +
.../arch/x86/alderlaken/pipeline.json         |   48 +
.../arch/x86/alderlaken/virtual-memory.json   |    8 +
.../pmu-events/arch/x86/arrowlake/cache.json  |   53 +
.../arch/x86/arrowlake/floating-point.json    |    9 +
.../arch/x86/arrowlake/pipeline.json          |   48 +-
.../arch/x86/clearwaterforest/cache.json      |  525 ++-
.../arch/x86/clearwaterforest/counter.json    |   79 +-
.../x86/clearwaterforest/cwf-metrics.json     |  310 ++
.../x86/clearwaterforest/floating-point.json  |  191 +
.../arch/x86/clearwaterforest/frontend.json   |  226 ++
.../arch/x86/clearwaterforest/memory.json     |   92 +
.../arch/x86/clearwaterforest/other.json      |   20 +
.../arch/x86/clearwaterforest/pipeline.json   |  829 +++-
.../x86/clearwaterforest/uncore-cache.json    | 3413 +++++++++++++++++
.../arch/x86/clearwaterforest/uncore-cxl.json |   31 +
.../clearwaterforest/uncore-interconnect.json | 1625 ++++++++
.../arch/x86/clearwaterforest/uncore-io.json  | 1925 ++++++++++
.../x86/clearwaterforest/uncore-memory.json   |  883 +++++
.../x86/clearwaterforest/uncore-power.json    |  109 +
.../x86/clearwaterforest/virtual-memory.json  |   94 +
.../arch/x86/emeraldrapids/cache.json         |   18 +
.../pmu-events/arch/x86/grandridge/cache.json |   56 +
.../arch/x86/grandridge/floating-point.json   |    8 +
.../arch/x86/grandridge/frontend.json         |   64 +
.../arch/x86/grandridge/pipeline.json         |   15 +
.../arch/x86/grandridge/uncore-io.json        |   15 +-
.../arch/x86/grandridge/uncore-memory.json    |   32 +-
.../arch/x86/graniterapids/cache.json         |    9 +
.../pmu-events/arch/x86/lunarlake/cache.json  |   20 +
.../arch/x86/lunarlake/pipeline.json          |    9 +
tools/perf/pmu-events/arch/x86/mapfile.csv    |   24 +-
.../pmu-events/arch/x86/meteorlake/cache.json |   55 +
.../arch/x86/meteorlake/floating-point.json   |   63 +
.../arch/x86/meteorlake/memory.json           |   64 +
.../arch/x86/meteorlake/pipeline.json         |  158 +
.../arch/x86/meteorlake/virtual-memory.json   |    9 +
.../arch/x86/pantherlake/cache.json           |  152 +-
.../arch/x86/pantherlake/frontend.json        |   60 +
.../arch/x86/pantherlake/memory.json          |   29 +
.../arch/x86/pantherlake/other.json           |   10 +
.../arch/x86/pantherlake/pipeline.json        |  231 +-
.../arch/x86/sapphirerapids/cache.json        |   27 +
.../arch/x86/sierraforest/cache.json          |   49 +
.../arch/x86/sierraforest/floating-point.json |   64 +
.../arch/x86/sierraforest/memory.json         |   57 +
.../arch/x86/sierraforest/pipeline.json       |  156 +
.../arch/x86/sierraforest/virtual-memory.json |    8 +
53 files changed, 12195 insertions(+), 104 deletions(-)
create mode 100644 tools/perf/pmu-events/arch/x86/clearwaterforest/cwf-metrics.json
create mode 100644 tools/perf/pmu-events/arch/x86/clearwaterforest/floating-point.json
create mode 100644 tools/perf/pmu-events/arch/x86/clearwaterforest/other.json
create mode 100644 tools/perf/pmu-events/arch/x86/clearwaterforest/uncore-cache.json
create mode 100644 tools/perf/pmu-events/arch/x86/clearwaterforest/uncore-cxl.json
create mode 100644 tools/perf/pmu-events/arch/x86/clearwaterforest/uncore-interconnect.json
create mode 100644 tools/perf/pmu-events/arch/x86/clearwaterforest/uncore-io.json
create mode 100644 tools/perf/pmu-events/arch/x86/clearwaterforest/uncore-memory.json
create mode 100644 tools/perf/pmu-events/arch/x86/clearwaterforest/uncore-power.json
[PATCH v1 00/12] perf vendor events intel: update
Posted by Ian Rogers 1 week, 3 days ago
Sync with the latest perfmon events from:
https://github.com/intel/perfmon
by running the script:
https://github.com/intel/perfmon/blob/main/scripts/create_perf_json.py
and copying the resulting json and mapfile.csv changes into the perf
tree.

Ian Rogers (12):
  perf vendor events intel: Update alderlake events from 1.37 to 1.39
  perf vendor events intel: Update alderlaken events from 1.37 to 1.39
  perf vendor events intel: Update arrowlake events from 1.16 to 1.17
  perf vendor events intel: Update clearwaterforest events and metrics
    from 1.00 to 1.02
  perf vendor events intel: Update emeraldrapids events from 1.21 to
    1.23
  perf vendor events intel: Update grandridge events from 1.11 to 1.12
  perf vendor events intel: Update graniterapids events from 1.17 to
    1.18
  perf vendor events intel: Update lunarlake events from 1.21 to 1.22
  perf vendor events intel: Update meteorlake events from 1.20 to 1.21
  perf vendor events intel: Update pantherlake events from 1.04 to 1.05
  perf vendor events intel: Update sapphirerapids events from 1.36 to
    1.39
  perf vendor events intel: Update sierraforest events from 1.15 to 1.17

 .../pmu-events/arch/x86/alderlake/cache.json  |   85 +
 .../pmu-events/arch/x86/alderlake/memory.json |   64 +
 .../arch/x86/alderlake/pipeline.json          |   54 +
 .../arch/x86/alderlake/virtual-memory.json    |    9 +
 .../pmu-events/arch/x86/alderlaken/cache.json |   50 +
 .../arch/x86/alderlaken/memory.json           |   57 +
 .../arch/x86/alderlaken/pipeline.json         |   48 +
 .../arch/x86/alderlaken/virtual-memory.json   |    8 +
 .../pmu-events/arch/x86/arrowlake/cache.json  |   53 +
 .../arch/x86/arrowlake/floating-point.json    |    9 +
 .../arch/x86/arrowlake/pipeline.json          |   48 +-
 .../arch/x86/clearwaterforest/cache.json      |  525 ++-
 .../arch/x86/clearwaterforest/counter.json    |   79 +-
 .../x86/clearwaterforest/cwf-metrics.json     |  310 ++
 .../x86/clearwaterforest/floating-point.json  |  191 +
 .../arch/x86/clearwaterforest/frontend.json   |  226 ++
 .../arch/x86/clearwaterforest/memory.json     |   92 +
 .../arch/x86/clearwaterforest/other.json      |   20 +
 .../arch/x86/clearwaterforest/pipeline.json   |  829 +++-
 .../x86/clearwaterforest/uncore-cache.json    | 3413 +++++++++++++++++
 .../arch/x86/clearwaterforest/uncore-cxl.json |   31 +
 .../clearwaterforest/uncore-interconnect.json | 1625 ++++++++
 .../arch/x86/clearwaterforest/uncore-io.json  | 1925 ++++++++++
 .../x86/clearwaterforest/uncore-memory.json   |  883 +++++
 .../x86/clearwaterforest/uncore-power.json    |  109 +
 .../x86/clearwaterforest/virtual-memory.json  |   94 +
 .../arch/x86/emeraldrapids/cache.json         |   18 +
 .../pmu-events/arch/x86/grandridge/cache.json |   56 +
 .../arch/x86/grandridge/floating-point.json   |    8 +
 .../arch/x86/grandridge/frontend.json         |   64 +
 .../arch/x86/grandridge/pipeline.json         |   15 +
 .../arch/x86/grandridge/uncore-io.json        |   15 +-
 .../arch/x86/grandridge/uncore-memory.json    |   32 +-
 .../arch/x86/graniterapids/cache.json         |    9 +
 .../pmu-events/arch/x86/lunarlake/cache.json  |   20 +
 .../arch/x86/lunarlake/pipeline.json          |    9 +
 tools/perf/pmu-events/arch/x86/mapfile.csv    |   24 +-
 .../pmu-events/arch/x86/meteorlake/cache.json |   55 +
 .../arch/x86/meteorlake/floating-point.json   |   63 +
 .../arch/x86/meteorlake/memory.json           |   64 +
 .../arch/x86/meteorlake/pipeline.json         |  158 +
 .../arch/x86/meteorlake/virtual-memory.json   |    9 +
 .../arch/x86/pantherlake/cache.json           |  152 +-
 .../arch/x86/pantherlake/frontend.json        |   60 +
 .../arch/x86/pantherlake/memory.json          |   29 +
 .../arch/x86/pantherlake/other.json           |   10 +
 .../arch/x86/pantherlake/pipeline.json        |  231 +-
 .../arch/x86/sapphirerapids/cache.json        |   27 +
 .../arch/x86/sierraforest/cache.json          |   49 +
 .../arch/x86/sierraforest/floating-point.json |   64 +
 .../arch/x86/sierraforest/memory.json         |   57 +
 .../arch/x86/sierraforest/pipeline.json       |  156 +
 .../arch/x86/sierraforest/virtual-memory.json |    8 +
 53 files changed, 12195 insertions(+), 104 deletions(-)
 create mode 100644 tools/perf/pmu-events/arch/x86/clearwaterforest/cwf-metrics.json
 create mode 100644 tools/perf/pmu-events/arch/x86/clearwaterforest/floating-point.json
 create mode 100644 tools/perf/pmu-events/arch/x86/clearwaterforest/other.json
 create mode 100644 tools/perf/pmu-events/arch/x86/clearwaterforest/uncore-cache.json
 create mode 100644 tools/perf/pmu-events/arch/x86/clearwaterforest/uncore-cxl.json
 create mode 100644 tools/perf/pmu-events/arch/x86/clearwaterforest/uncore-interconnect.json
 create mode 100644 tools/perf/pmu-events/arch/x86/clearwaterforest/uncore-io.json
 create mode 100644 tools/perf/pmu-events/arch/x86/clearwaterforest/uncore-memory.json
 create mode 100644 tools/perf/pmu-events/arch/x86/clearwaterforest/uncore-power.json

-- 
2.54.0.823.g6e5bcc1fc9-goog
Re: [PATCH v1 00/12] perf vendor events intel: update
Posted by Mi, Dapeng 1 week, 3 days ago
The whole patchset looks good to me. Thanks for updating these event lists.

Reviewed-by: Dapeng Mi <dapeng1.mi@linux.intel.com>


On 5/29/2026 12:51 PM, Ian Rogers wrote:
> Sync with the latest perfmon events from:
> https://github.com/intel/perfmon
> by running the script:
> https://github.com/intel/perfmon/blob/main/scripts/create_perf_json.py
> and copying the resulting json and mapfile.csv changes into the perf
> tree.
>
> Ian Rogers (12):
>   perf vendor events intel: Update alderlake events from 1.37 to 1.39
>   perf vendor events intel: Update alderlaken events from 1.37 to 1.39
>   perf vendor events intel: Update arrowlake events from 1.16 to 1.17
>   perf vendor events intel: Update clearwaterforest events and metrics
>     from 1.00 to 1.02
>   perf vendor events intel: Update emeraldrapids events from 1.21 to
>     1.23
>   perf vendor events intel: Update grandridge events from 1.11 to 1.12
>   perf vendor events intel: Update graniterapids events from 1.17 to
>     1.18
>   perf vendor events intel: Update lunarlake events from 1.21 to 1.22
>   perf vendor events intel: Update meteorlake events from 1.20 to 1.21
>   perf vendor events intel: Update pantherlake events from 1.04 to 1.05
>   perf vendor events intel: Update sapphirerapids events from 1.36 to
>     1.39
>   perf vendor events intel: Update sierraforest events from 1.15 to 1.17
>
>  .../pmu-events/arch/x86/alderlake/cache.json  |   85 +
>  .../pmu-events/arch/x86/alderlake/memory.json |   64 +
>  .../arch/x86/alderlake/pipeline.json          |   54 +
>  .../arch/x86/alderlake/virtual-memory.json    |    9 +
>  .../pmu-events/arch/x86/alderlaken/cache.json |   50 +
>  .../arch/x86/alderlaken/memory.json           |   57 +
>  .../arch/x86/alderlaken/pipeline.json         |   48 +
>  .../arch/x86/alderlaken/virtual-memory.json   |    8 +
>  .../pmu-events/arch/x86/arrowlake/cache.json  |   53 +
>  .../arch/x86/arrowlake/floating-point.json    |    9 +
>  .../arch/x86/arrowlake/pipeline.json          |   48 +-
>  .../arch/x86/clearwaterforest/cache.json      |  525 ++-
>  .../arch/x86/clearwaterforest/counter.json    |   79 +-
>  .../x86/clearwaterforest/cwf-metrics.json     |  310 ++
>  .../x86/clearwaterforest/floating-point.json  |  191 +
>  .../arch/x86/clearwaterforest/frontend.json   |  226 ++
>  .../arch/x86/clearwaterforest/memory.json     |   92 +
>  .../arch/x86/clearwaterforest/other.json      |   20 +
>  .../arch/x86/clearwaterforest/pipeline.json   |  829 +++-
>  .../x86/clearwaterforest/uncore-cache.json    | 3413 +++++++++++++++++
>  .../arch/x86/clearwaterforest/uncore-cxl.json |   31 +
>  .../clearwaterforest/uncore-interconnect.json | 1625 ++++++++
>  .../arch/x86/clearwaterforest/uncore-io.json  | 1925 ++++++++++
>  .../x86/clearwaterforest/uncore-memory.json   |  883 +++++
>  .../x86/clearwaterforest/uncore-power.json    |  109 +
>  .../x86/clearwaterforest/virtual-memory.json  |   94 +
>  .../arch/x86/emeraldrapids/cache.json         |   18 +
>  .../pmu-events/arch/x86/grandridge/cache.json |   56 +
>  .../arch/x86/grandridge/floating-point.json   |    8 +
>  .../arch/x86/grandridge/frontend.json         |   64 +
>  .../arch/x86/grandridge/pipeline.json         |   15 +
>  .../arch/x86/grandridge/uncore-io.json        |   15 +-
>  .../arch/x86/grandridge/uncore-memory.json    |   32 +-
>  .../arch/x86/graniterapids/cache.json         |    9 +
>  .../pmu-events/arch/x86/lunarlake/cache.json  |   20 +
>  .../arch/x86/lunarlake/pipeline.json          |    9 +
>  tools/perf/pmu-events/arch/x86/mapfile.csv    |   24 +-
>  .../pmu-events/arch/x86/meteorlake/cache.json |   55 +
>  .../arch/x86/meteorlake/floating-point.json   |   63 +
>  .../arch/x86/meteorlake/memory.json           |   64 +
>  .../arch/x86/meteorlake/pipeline.json         |  158 +
>  .../arch/x86/meteorlake/virtual-memory.json   |    9 +
>  .../arch/x86/pantherlake/cache.json           |  152 +-
>  .../arch/x86/pantherlake/frontend.json        |   60 +
>  .../arch/x86/pantherlake/memory.json          |   29 +
>  .../arch/x86/pantherlake/other.json           |   10 +
>  .../arch/x86/pantherlake/pipeline.json        |  231 +-
>  .../arch/x86/sapphirerapids/cache.json        |   27 +
>  .../arch/x86/sierraforest/cache.json          |   49 +
>  .../arch/x86/sierraforest/floating-point.json |   64 +
>  .../arch/x86/sierraforest/memory.json         |   57 +
>  .../arch/x86/sierraforest/pipeline.json       |  156 +
>  .../arch/x86/sierraforest/virtual-memory.json |    8 +
>  53 files changed, 12195 insertions(+), 104 deletions(-)
>  create mode 100644 tools/perf/pmu-events/arch/x86/clearwaterforest/cwf-metrics.json
>  create mode 100644 tools/perf/pmu-events/arch/x86/clearwaterforest/floating-point.json
>  create mode 100644 tools/perf/pmu-events/arch/x86/clearwaterforest/other.json
>  create mode 100644 tools/perf/pmu-events/arch/x86/clearwaterforest/uncore-cache.json
>  create mode 100644 tools/perf/pmu-events/arch/x86/clearwaterforest/uncore-cxl.json
>  create mode 100644 tools/perf/pmu-events/arch/x86/clearwaterforest/uncore-interconnect.json
>  create mode 100644 tools/perf/pmu-events/arch/x86/clearwaterforest/uncore-io.json
>  create mode 100644 tools/perf/pmu-events/arch/x86/clearwaterforest/uncore-memory.json
>  create mode 100644 tools/perf/pmu-events/arch/x86/clearwaterforest/uncore-power.json
>