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


Groups > linux.kernel > #1383518

Re: [PATCH v4 1/2] perf/x86/intel/rapl: support Skylake RAPL domains

From Peter Zijlstra <peterz@infradead.org>
Newsgroups linux.kernel
Subject Re: [PATCH v4 1/2] perf/x86/intel/rapl: support Skylake RAPL domains
Date 2016-04-20 17:50 +0200
Message-ID <rq2y6-1Fp-23@gated-at.bofh.it> (permalink)
References <rp33b-2TJ-3@gated-at.bofh.it> <rp33b-2TJ-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Sun, Apr 17, 2016 at 03:03:00PM -0700, Srinivas Pandruvada wrote:
> @@ -729,6 +771,11 @@ static int __init rapl_pmu_init(void)
>  		rapl_cntr_mask = RAPL_IDX_SRV;
>  		rapl_pmu_events_group.attrs = rapl_events_srv_attr;
>  		break;
> +	case 78: /* Skylake client */
> +	case 94: /* Skylake H/S */
> +		rapl_cntr_mask = RAPL_IDX_SKL_CLN;
> +		rapl_pmu_events_group.attrs = rapl_events_skl_attr;
> +		break;
>  	case 87: /* Knights Landing */
>  		apply_quirk = true;
>  		rapl_cntr_mask = RAPL_IDX_KNL;

Please post this against tip/perf/core, all this code got munged in
patch:

  4b6e2571bf00 ("x86/perf/intel/rapl: Make the Intel RAPL PMU driver modular")

Also; what about 85 (skl-server)?

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


Thread

[PATCH v4 1/2] perf/x86/intel/rapl: support Skylake RAPL domains Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> - 2016-04-18 00:10 +0200
  Re: [PATCH v4 1/2] perf/x86/intel/rapl: support Skylake RAPL domains Peter Zijlstra <peterz@infradead.org> - 2016-04-20 17:50 +0200
    Re: [PATCH v4 1/2] perf/x86/intel/rapl: support Skylake RAPL domains Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> - 2016-04-20 18:00 +0200
  [tip:perf/core] perf/x86/intel/rapl: Support Skylake RAPL domains tip-bot for Srinivas Pandruvada <tipbot@zytor.com> - 2016-04-23 15:00 +0200

csiph-web