Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1730542

Re: [PULL] Please pull JSON Metrics for Intel CPUs

Path csiph.com!aioe.org!bofh.it!news.nic.it!robomod
From Arnaldo Carvalho de Melo <acme@kernel.org>
Newsgroups linux.kernel
Subject Re: [PULL] Please pull JSON Metrics for Intel CPUs
Date Mon, 11 Sep 2017 22:30:01 +0200
Message-ID <uoDvb-8bb-3@gated-at.bofh.it> (permalink)
References <unvT3-24G-7@gated-at.bofh.it>
X-Original-To Andi Kleen <ak@linux.intel.com>
Dmarc-Filter OpenDMARC Filter v1.3.2 mail.kernel.org 8EC7D21A92
Authentication-Results mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org
Authentication-Results mail.kernel.org; spf=none smtp.mailfrom=acme@kernel.org
MIME-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Disposition inline
X-URL http://acmel.wordpress.com
User-Agent Mutt/1.8.3 (2017-05-23)
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 70
Organization linux.* mail to news gateway
X-Original-Cc jolsa@kernel.org, linux-kernel@vger.kernel.org
X-Original-Date Mon, 11 Sep 2017 17:27:02 -0300
X-Original-Message-ID <20170911202702.GH10112@kernel.org>
X-Original-References <20170908180133.GA20128@tassilo.jf.intel.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1730542

Show key headers only | View raw


Em Fri, Sep 08, 2017 at 11:01:33AM -0700, Andi Kleen escreveu:
> 
> Hi Arnaldo,
> 
> Now that the metrics patchkit has been merged, the actual JSON
> metrics for Intel CPUs can be merged. Please pull this version.
> It includes Skylake Server support and was rebased.

Ok, I did some testing with Sandy Bridge, Broadwell and Skylake
machines, picked the rest without tests.

Please send me the patch for warning the user when the kernel lacks what
is necessary for this to work when you have it,

Thanks,

- Arnaldo
 
> Thanks,
> -Andi
> 
> The following changes since commit 1b2f76d77a277bb70d38ad0991ed7f16bbc115a9:
> 
>   Merge tag 'perf-core-for-mingo-4.14-20170829' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core (2017-08-29 23:13:56 +0200)
> 
> are available in the git repository at:
> 
>   ssh://ra.kernel.org/pub/scm/linux/kernel/git/ak/linux-misc.git perf/intel-json-metrics-3
> 
> for you to fetch changes up to 1b3b9b1d8a7823a6b82b26b00df7cb3730dd3da4:
> 
>   perf, tools: Add JSON metrics for Skylake server (2017-09-05 16:30:18 -0700)
> 
> ----------------------------------------------------------------
> Andi Kleen (11):
>       perf, tools: Add JSON metrics for Sandy Bridge
>       perf, tools: Add JSON metrics for Sandy Bridge EP
>       perf, tools: Add JSON metrics for Ivy Bridge
>       perf, tools: Add JSON metrics for Haswell
>       perf, tools: Add JSON metrics for Broadwell
>       perf, tools: Add JSON metrics for Skylake
>       perf, tools: Add JSON metrics for Ivy Town
>       perf, tools: Add JSON metrics for Haswell EP
>       perf, tools: Add JSON metrics for Broadwell Server
>       perf, tools: Add JSON metrics for Broadwell DE
>       perf, tools: Add JSON metrics for Skylake server
> 
>  .../pmu-events/arch/x86/broadwell/bdw-metrics.json | 164 +++++++++++++++++++
>  .../arch/x86/broadwellde/bdwde-metrics.json        | 164 +++++++++++++++++++
>  .../arch/x86/broadwellx/bdx-metrics.json           | 164 +++++++++++++++++++
>  .../pmu-events/arch/x86/haswell/hsw-metrics.json   | 158 ++++++++++++++++++
>  .../pmu-events/arch/x86/haswellx/hsx-metrics.json  | 158 ++++++++++++++++++
>  .../pmu-events/arch/x86/ivybridge/ivb-metrics.json | 164 +++++++++++++++++++
>  .../pmu-events/arch/x86/ivytown/ivt-metrics.json   | 164 +++++++++++++++++++
>  .../pmu-events/arch/x86/jaketown/jkt-metrics.json  | 140 ++++++++++++++++
>  .../arch/x86/sandybridge/snb-metrics.json          | 140 ++++++++++++++++
>  .../pmu-events/arch/x86/skylake/skl-metrics.json   | 164 +++++++++++++++++++
>  .../pmu-events/arch/x86/skylakex/skx-metrics.json  | 182 +++++++++++++++++++++
>  11 files changed, 1762 insertions(+)
>  create mode 100644 tools/perf/pmu-events/arch/x86/broadwell/bdw-metrics.json
>  create mode 100644 tools/perf/pmu-events/arch/x86/broadwellde/bdwde-metrics.json
>  create mode 100644 tools/perf/pmu-events/arch/x86/broadwellx/bdx-metrics.json
>  create mode 100644 tools/perf/pmu-events/arch/x86/haswell/hsw-metrics.json
>  create mode 100644 tools/perf/pmu-events/arch/x86/haswellx/hsx-metrics.json
>  create mode 100644 tools/perf/pmu-events/arch/x86/ivybridge/ivb-metrics.json
>  create mode 100644 tools/perf/pmu-events/arch/x86/ivytown/ivt-metrics.json
>  create mode 100644 tools/perf/pmu-events/arch/x86/jaketown/jkt-metrics.json
>  create mode 100644 tools/perf/pmu-events/arch/x86/sandybridge/snb-metrics.json
>  create mode 100644 tools/perf/pmu-events/arch/x86/skylake/skl-metrics.json
>  create mode 100644 tools/perf/pmu-events/arch/x86/skylakex/skx-metrics.json

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PULL] Please pull JSON Metrics for Intel CPUs Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-09-11 22:30 +0200

csiph-web