Re: [PATCH 0/6] perf events update for CascadeLake server and SkyLake server

From: Arnaldo Carvalho de Melo
Date: Tue Aug 10 2021 - 14:10:10 EST


Em Tue, Aug 10, 2021 at 10:05:02AM +0800, Jin Yao escreveu:
> - Update JSON core/uncore events and metrics for CascadeLake Server.
> - Update JSON core/uncore events and metrics for SkyLake Server.
>
> The patch series can be found at (in case broken by mailing system potentially):
> https://github.com/yaoj/perf-clx-events.git
> branch: perf/core

Hey, can you keep just one repository and then create branches?

$ git remote -v

yaoj https://github.com/yaoj/icx-events.git (fetch)
yaoj https://github.com/yaoj/icx-events.git (push)
yaoj-perf https://github.com/yaoj/perf-intel-events.git (fetch)
yaoj-perf https://github.com/yaoj/perf-intel-events.git (push)

And now:

⬢[acme@toolbox perf]$ https://github.com/yaoj/perf-clx-events.git

:-)

Applying from the git tree now.

- Arnaldo


> Jin Yao (6):
> perf vendor events intel: Update core event list for CascadeLake
> Server
> perf vendor events intel: Update uncore event list for CascadeLake
> Server
> perf vendor events: Update metrics for CascadeLake Server
> perf vendor events intel: Update core event list for SkyLake Server
> perf vendor events intel: Update uncore event list for SkyLake Server
> perf vendor events: Update metrics for SkyLake Server
>
> .../arch/x86/cascadelakex/cache.json | 5468 ++++++++---------
> .../arch/x86/cascadelakex/clx-metrics.json | 253 +-
> .../arch/x86/cascadelakex/floating-point.json | 48 +-
> .../arch/x86/cascadelakex/frontend.json | 550 +-
> .../arch/x86/cascadelakex/memory.json | 5444 ++++++++--------
> .../arch/x86/cascadelakex/other.json | 4146 ++++++-------
> .../arch/x86/cascadelakex/pipeline.json | 1046 ++--
> .../arch/x86/cascadelakex/uncore-memory.json | 21 +-
> .../arch/x86/cascadelakex/uncore-other.json | 161 +-
> .../arch/x86/cascadelakex/virtual-memory.json | 256 +-
> .../pmu-events/arch/x86/skylakex/cache.json | 1724 +++---
> .../arch/x86/skylakex/floating-point.json | 56 +-
> .../arch/x86/skylakex/frontend.json | 580 +-
> .../pmu-events/arch/x86/skylakex/memory.json | 1300 ++--
> .../pmu-events/arch/x86/skylakex/other.json | 104 +-
> .../arch/x86/skylakex/pipeline.json | 1068 ++--
> .../arch/x86/skylakex/skx-metrics.json | 247 +-
> .../arch/x86/skylakex/uncore-memory.json | 9 -
> .../arch/x86/skylakex/uncore-other.json | 171 +-
> .../arch/x86/skylakex/virtual-memory.json | 288 +-
> 20 files changed, 11531 insertions(+), 11409 deletions(-)
>
> --
> 2.17.1
>

--

- Arnaldo