.../pmu-events/arch/x86/alderlake/cache.json | 36 + .../pmu-events/arch/x86/arrowlake/cache.json | 46 +- .../pmu-events/arch/x86/arrowlake/memory.json | 6 +- .../pmu-events/arch/x86/arrowlake/other.json | 2 +- .../arch/x86/emeraldrapids/cache.json | 63 + .../arch/x86/emeraldrapids/emr-metrics.json | 12 + .../arch/x86/emeraldrapids/uncore-cache.json | 11 + .../arch/x86/emeraldrapids/uncore-memory.json | 22 + .../arch/x86/emeraldrapids/uncore-power.json | 2 - .../pmu-events/arch/x86/grandridge/cache.json | 20 +- .../graniterapids/uncore-interconnect.json | 10 +- .../arch/x86/graniterapids/uncore-memory.json | 112 ++ .../pmu-events/arch/x86/lunarlake/cache.json | 46 +- .../pmu-events/arch/x86/lunarlake/memory.json | 6 +- .../pmu-events/arch/x86/lunarlake/other.json | 2 +- tools/perf/pmu-events/arch/x86/mapfile.csv | 20 +- .../pmu-events/arch/x86/meteorlake/cache.json | 36 + .../arch/x86/pantherlake/cache.json | 1207 ++++++++++- .../arch/x86/pantherlake/counter.json | 9 +- .../arch/x86/pantherlake/floating-point.json | 286 +++ .../arch/x86/pantherlake/frontend.json | 535 +++++ .../arch/x86/pantherlake/memory.json | 106 +- .../arch/x86/pantherlake/other.json | 44 + .../arch/x86/pantherlake/pipeline.json | 1776 ++++++++++++++++- .../arch/x86/pantherlake/uncore-memory.json | 26 + .../arch/x86/pantherlake/virtual-memory.json | 248 +++ .../arch/x86/sapphirerapids/cache.json | 63 + .../arch/x86/sapphirerapids/spr-metrics.json | 12 + .../arch/x86/sapphirerapids/uncore-cache.json | 11 + .../x86/sapphirerapids/uncore-memory.json | 22 + .../arch/x86/sapphirerapids/uncore-power.json | 2 - .../arch/x86/sierraforest/cache.json | 61 +- .../x86/sierraforest/uncore-interconnect.json | 10 +- .../arch/x86/sierraforest/uncore-io.json | 1 - .../arch/x86/sierraforest/uncore-memory.json | 103 +- 35 files changed, 4712 insertions(+), 262 deletions(-) create mode 100644 tools/perf/pmu-events/arch/x86/pantherlake/floating-point.json create mode 100644 tools/perf/pmu-events/arch/x86/pantherlake/other.json create mode 100644 tools/perf/pmu-events/arch/x86/pantherlake/uncore-memory.json