Re: [PATCH] perf/x86/intel/rapl: Add support for Knights Landing (KNL)

2015-07-17 Thread Stephane Eranian
On Fri, May 29, 2015 at 4:55 AM, Peter Zijlstra wrote: > On Tue, May 26, 2015 at 11:47:39AM -0700, Dasaratharaman Chandramouli wrote: >> Knights Landing DRAM RAPL supports PKG and DRAM RAPL domains. >> DRAM RAPL has a different fixed energy unit (2^-16J) similar to >> that of HSW. >> > > Please al

Re: [PATCH] perf/x86/intel/rapl: Add support for Knights Landing (KNL)

2015-07-17 Thread Dasaratharaman Chandramouli
On Mon, 2015-06-29 at 09:37 -0700, Dasaratharaman Chandramouli wrote: > On Mon, 2015-06-22 at 13:56 -0700, Dasaratharaman Chandramouli wrote: > > On Mon, 2015-06-22 at 11:52 -0700, Stephane Eranian wrote: > > > On Fri, May 29, 2015 at 4:55 AM, Peter Zijlstra > > > wrote: > > > > > > > > On Tue, M

Re: [PATCH] perf/x86/intel/rapl: Add support for Knights Landing (KNL)

2015-06-29 Thread Dasaratharaman Chandramouli
On Mon, 2015-06-22 at 13:56 -0700, Dasaratharaman Chandramouli wrote: > On Mon, 2015-06-22 at 11:52 -0700, Stephane Eranian wrote: > > On Fri, May 29, 2015 at 4:55 AM, Peter Zijlstra > > wrote: > > > > > > On Tue, May 26, 2015 at 11:47:39AM -0700, Dasaratharaman Chandramouli > > > wrote: > > > >

Re: [PATCH] perf/x86/intel/rapl: Add support for Knights Landing (KNL)

2015-06-22 Thread Dasaratharaman Chandramouli
On Mon, 2015-06-22 at 11:52 -0700, Stephane Eranian wrote: > On Fri, May 29, 2015 at 4:55 AM, Peter Zijlstra wrote: > > > > On Tue, May 26, 2015 at 11:47:39AM -0700, Dasaratharaman Chandramouli wrote: > > > Knights Landing DRAM RAPL supports PKG and DRAM RAPL domains. > > > DRAM RAPL has a differe

Re: [PATCH] perf/x86/intel/rapl: Add support for Knights Landing (KNL)

2015-06-22 Thread Stephane Eranian
On Fri, May 29, 2015 at 4:55 AM, Peter Zijlstra wrote: > > On Tue, May 26, 2015 at 11:47:39AM -0700, Dasaratharaman Chandramouli wrote: > > Knights Landing DRAM RAPL supports PKG and DRAM RAPL domains. > > DRAM RAPL has a different fixed energy unit (2^-16J) similar to > > that of HSW. > > > > Ple

Re: [PATCH] perf/x86/intel/rapl: Add support for Knights Landing (KNL)

2015-06-22 Thread Dasaratharaman Chandramouli
Ping. On Fri, 2015-05-29 at 10:06 -0700, Jacob Pan wrote: > On Tue, 26 May 2015 11:47:39 -0700 > Dasaratharaman Chandramouli > wrote: > > > Knights Landing DRAM RAPL supports PKG and DRAM RAPL domains. > > DRAM RAPL has a different fixed energy unit (2^-16J) similar to > > that of HSW. > > > A

Re: [PATCH] perf/x86/intel/rapl: Add support for Knights Landing (KNL)

2015-05-29 Thread Jacob Pan
On Tue, 26 May 2015 11:47:39 -0700 Dasaratharaman Chandramouli wrote: > Knights Landing DRAM RAPL supports PKG and DRAM RAPL domains. > DRAM RAPL has a different fixed energy unit (2^-16J) similar to > that of HSW. > Acked-by: Jacob Pan > Signed-off-by: Dasaratharaman Chandramouli > --- > arc

Re: [PATCH] perf/x86/intel/rapl: Add support for Knights Landing (KNL)

2015-05-29 Thread Peter Zijlstra
On Tue, May 26, 2015 at 11:47:39AM -0700, Dasaratharaman Chandramouli wrote: > Knights Landing DRAM RAPL supports PKG and DRAM RAPL domains. > DRAM RAPL has a different fixed energy unit (2^-16J) similar to > that of HSW. > Please also Cc the author of the code you're patching. Cc: Stephane Eran

[PATCH] perf/x86/intel/rapl: Add support for Knights Landing (KNL)

2015-05-26 Thread Dasaratharaman Chandramouli
Knights Landing DRAM RAPL supports PKG and DRAM RAPL domains. DRAM RAPL has a different fixed energy unit (2^-16J) similar to that of HSW. Signed-off-by: Dasaratharaman Chandramouli --- arch/x86/kernel/cpu/perf_event_intel_rapl.c | 20 1 file changed, 20 insertions(+) diff