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


Groups > linux.kernel > #1383599

Re: [PATCH] perf/x86/intel/rapl: Add missing Haswell model

From Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Newsgroups linux.kernel
Subject Re: [PATCH] perf/x86/intel/rapl: Add missing Haswell model
Date 2016-04-20 20:00 +0200
Message-ID <rq4zV-3eo-33@gated-at.bofh.it> (permalink)
References <roX7t-6DU-15@gated-at.bofh.it> <rq2oq-1Bz-21@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, 2016-04-20 at 17:38 +0200, Peter Zijlstra wrote:
> On Sun, Apr 17, 2016 at 08:43:29AM -0700, Srinivas Pandruvada wrote:
> > 
> > Added one missing Haswell model.
> Indeed, but when I compare with the table in events/intel/core.c I
> find
> we also miss one Broadwell (86) model.
> 
> Would the below be correct for that?
Yes.

Thanks,
Srinivas
> 
> ---
>  arch/x86/events/intel/rapl.c | 13 +++++++++----
>  1 file changed, 9 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/x86/events/intel/rapl.c
> b/arch/x86/events/intel/rapl.c
> index 7c56b985c9f6..f9129a85928a 100644
> --- a/arch/x86/events/intel/rapl.c
> +++ b/arch/x86/events/intel/rapl.c
> @@ -739,16 +739,21 @@ static const struct intel_rapl_init_fun
> knl_rapl_init __initconst = {
>  
>  static const struct x86_cpu_id rapl_cpu_match[] __initconst = {
>  	X86_RAPL_MODEL_MATCH(42, snb_rapl_init),	/* Sandy
> Bridge */
> +	X86_RAPL_MODEL_MATCH(45, snbep_rapl_init),	/* Sandy
> Bridge-EP */
> +
>  	X86_RAPL_MODEL_MATCH(58, snb_rapl_init),	/* Ivy
> Bridge */
> -	X86_RAPL_MODEL_MATCH(63, hsx_rapl_init),	/* Haswell-
> Server */
> -	X86_RAPL_MODEL_MATCH(79, hsx_rapl_init),	/*
> Broadwell-Server */
> +	X86_RAPL_MODEL_MATCH(62, snbep_rapl_init),	/* IvyTown
> */
> +
>  	X86_RAPL_MODEL_MATCH(60, hsw_rapl_init),	/* Haswell
> */
> +	X86_RAPL_MODEL_MATCH(63, hsx_rapl_init),	/* Haswell-
> Server */
>  	X86_RAPL_MODEL_MATCH(69, hsw_rapl_init),	/* Haswell-
> Celeron */
>  	X86_RAPL_MODEL_MATCH(70, hsw_rapl_init),	/* Haswell
> GTe3 */
> +
>  	X86_RAPL_MODEL_MATCH(61, hsw_rapl_init),	/* Broadwell
> */
>  	X86_RAPL_MODEL_MATCH(71, hsw_rapl_init),	/*
> Broadwell-H */
> -	X86_RAPL_MODEL_MATCH(45, snbep_rapl_init),	/* Sandy
> Bridge-EP */
> -	X86_RAPL_MODEL_MATCH(62, snbep_rapl_init),	/* IvyTown
> */
> +	X86_RAPL_MODEL_MATCH(79, hsx_rapl_init),	/*
> Broadwell-Server */
> +	X86_RAPL_MODEL_MATCH(86, hsx_rapl_init),	/* Broadwell
> Xeon D */
> +
>  	X86_RAPL_MODEL_MATCH(87, knl_rapl_init),	/* Knights
> Landing */
>  	{},
>  };

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


Thread

[PATCH] perf/x86/intel/rapl: Add missing Haswell model Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> - 2016-04-17 17:50 +0200
  Re: [PATCH] perf/x86/intel/rapl: Add missing Haswell model Peter Zijlstra <peterz@infradead.org> - 2016-04-20 17:40 +0200
    Re: [PATCH] perf/x86/intel/rapl: Add missing Haswell model Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> - 2016-04-20 20:00 +0200
  [tip:perf/core] perf/x86/intel/rapl: Add missing Haswell model tip-bot for Srinivas Pandruvada <tipbot@zytor.com> - 2016-04-23 15:00 +0200

csiph-web