linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Mi, Dapeng" <dapeng1.mi@linux.intel.com>
To: "Ian Rogers" <irogers@google.com>,
	"Thomas Falcon" <thomas.falcon@intel.com>,
	"Edward Baker" <edward.baker@intel.com>,
	"Peter Zijlstra" <peterz@infradead.org>,
	"Ingo Molnar" <mingo@redhat.com>,
	"Arnaldo Carvalho de Melo" <acme@kernel.org>,
	"Namhyung Kim" <namhyung@kernel.org>,
	"Alexander Shishkin" <alexander.shishkin@linux.intel.com>,
	"Jiri Olsa" <jolsa@kernel.org>,
	"Adrian Hunter" <adrian.hunter@intel.com>,
	"Andreas Färber" <afaerber@suse.de>,
	"Manivannan Sadhasivam" <mani@kernel.org>,
	"Caleb Biggers" <caleb.biggers@intel.com>,
	linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v1 0/9] Updated Intel events and metric unit fixes
Date: Wed, 3 Dec 2025 15:12:09 +0800	[thread overview]
Message-ID: <934bdcb1-cd80-4c4c-bc32-411499f10429@linux.intel.com> (raw)
In-Reply-To: <20251202165340.555375-1-irogers@google.com>


On 12/3/2025 12:53 AM, Ian Rogers wrote:
> 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(-)

The whole patch-set looks good to me.

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


  parent reply	other threads:[~2025-12-03  7:12 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-02 16:53 [PATCH v1 0/9] Updated Intel events and metric unit fixes Ian Rogers
2025-12-02 16:53 ` [PATCH v1 1/9] perf vendor events intel: Update alderlake events from 1.34 to 1.35 Ian Rogers
2025-12-02 16:53 ` [PATCH v1 2/9] perf vendor events intel: Update arrowlake events from 1.13 to 1.14 Ian Rogers
2025-12-02 16:53 ` [PATCH v1 3/9] perf vendor events intel: Update cascadelakex metric units Ian Rogers
2025-12-02 16:53 ` [PATCH v1 4/9] perf vendor events intel: Update graniterapids events from 1.15 to 1.16 Ian Rogers
2025-12-02 16:53 ` [PATCH v1 5/9] perf vendor events intel: Update icelakex events from 1.28 to 1.30 Ian Rogers
2025-12-02 16:53 ` [PATCH v1 6/9] perf vendor events intel: Update lunarlake events from 1.18 to 1.19 Ian Rogers
2025-12-02 16:53 ` [PATCH v1 7/9] perf vendor events intel: Update meteorlake events from 1.17 to 1.18 Ian Rogers
2025-12-02 16:53 ` [PATCH v1 8/9] perf vendor events intel: Update pantherlake events from 1.00 to 1.02 Ian Rogers
2025-12-02 16:53 ` [PATCH v1 9/9] perf vendor events intel: Update sierraforest events from 1.12 to 1.13 Ian Rogers
2025-12-03  7:12 ` Mi, Dapeng [this message]
2025-12-04 19:10 ` [PATCH v1 0/9] Updated Intel events and metric unit fixes Namhyung Kim

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=934bdcb1-cd80-4c4c-bc32-411499f10429@linux.intel.com \
    --to=dapeng1.mi@linux.intel.com \
    --cc=acme@kernel.org \
    --cc=adrian.hunter@intel.com \
    --cc=afaerber@suse.de \
    --cc=alexander.shishkin@linux.intel.com \
    --cc=caleb.biggers@intel.com \
    --cc=edward.baker@intel.com \
    --cc=irogers@google.com \
    --cc=jolsa@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-perf-users@vger.kernel.org \
    --cc=mani@kernel.org \
    --cc=mingo@redhat.com \
    --cc=namhyung@kernel.org \
    --cc=peterz@infradead.org \
    --cc=thomas.falcon@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).