lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 10 Aug 2021 15:07:22 -0300 From: Arnaldo Carvalho de Melo <acme@...nel.org> To: Jin Yao <yao.jin@...ux.intel.com> Cc: jolsa@...nel.org, peterz@...radead.org, mingo@...hat.com, alexander.shishkin@...ux.intel.com, Linux-kernel@...r.kernel.org, linux-perf-users@...r.kernel.org, ak@...ux.intel.com, kan.liang@...el.com, yao.jin@...el.com, irogers@...gle.com Subject: Re: [PATCH 0/6] perf events update for CascadeLake server and SkyLake server 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@...lbox 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
Powered by blists - more mailing lists