Re: [PATCH 3/5] perf, x86: Add Broadwell core support

2014-11-04 Thread Peter Zijlstra
On Tue, Nov 04, 2014 at 02:14:59PM +0100, Stephane Eranian wrote: > What's happening with Broadwell support? > I don't see any support in 3.18-rc2. We need > this ASAP now. lkml.kernel.org/r/tip-1776b10627e486dd431fe72d8d47e5a865cf6...@git.kernel.org -- To unsubscribe from this list: send the

Re: [PATCH 3/5] perf, x86: Add Broadwell core support

2014-11-04 Thread Stephane Eranian
Hi, What's happening with Broadwell support? I don't see any support in 3.18-rc2. We need this ASAP now. On Mon, Sep 1, 2014 at 3:51 PM, Peter Zijlstra wrote: > On Mon, Aug 25, 2014 at 03:43:29PM -0700, Andi Kleen wrote: > >> + case 61: /* Broadwell Client */ > > Again, no other

Re: [PATCH 3/5] perf, x86: Add Broadwell core support

2014-11-04 Thread Stephane Eranian
Hi, What's happening with Broadwell support? I don't see any support in 3.18-rc2. We need this ASAP now. On Mon, Sep 1, 2014 at 3:51 PM, Peter Zijlstra pet...@infradead.org wrote: On Mon, Aug 25, 2014 at 03:43:29PM -0700, Andi Kleen wrote: + case 61: /* Broadwell Client */ Again, no

Re: [PATCH 3/5] perf, x86: Add Broadwell core support

2014-11-04 Thread Peter Zijlstra
On Tue, Nov 04, 2014 at 02:14:59PM +0100, Stephane Eranian wrote: What's happening with Broadwell support? I don't see any support in 3.18-rc2. We need this ASAP now. lkml.kernel.org/r/tip-1776b10627e486dd431fe72d8d47e5a865cf6...@git.kernel.org -- To unsubscribe from this list: send the line

[PATCH 3/5] perf, x86: Add Broadwell core support

2014-09-02 Thread Andi Kleen
From: Andi Kleen Add Broadwell support for Broadwell Client to perf. This is very similar to Haswell. It uses a new cache event table, because there were various changes there. The constraint list has one new event that needs to be handled over Haswell. The PEBS event list is the same, so we

[PATCH 3/5] perf, x86: Add Broadwell core support

2014-09-02 Thread Andi Kleen
From: Andi Kleen a...@linux.intel.com Add Broadwell support for Broadwell Client to perf. This is very similar to Haswell. It uses a new cache event table, because there were various changes there. The constraint list has one new event that needs to be handled over Haswell. The PEBS event list

Re: [PATCH 3/5] perf, x86: Add Broadwell core support

2014-09-01 Thread Peter Zijlstra
On Mon, Aug 25, 2014 at 03:43:29PM -0700, Andi Kleen wrote: > + case 61: /* Broadwell Client */ Again, no other description has "Client" in. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH 3/5] perf, x86: Add Broadwell core support

2014-09-01 Thread Peter Zijlstra
On Mon, Aug 25, 2014 at 03:43:29PM -0700, Andi Kleen wrote: + case 61: /* Broadwell Client */ Again, no other description has Client in. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at

[PATCH 3/5] perf, x86: Add Broadwell core support

2014-08-27 Thread Andi Kleen
From: Andi Kleen Add Broadwell support for Broadwell Client to perf. This is very similar to Haswell. It uses a new cache event table, because there were various changes there. The constraint list has one new event that needs to be handled over Haswell. The PEBS event list is the same, so we

[PATCH 3/5] perf, x86: Add Broadwell core support

2014-08-27 Thread Andi Kleen
From: Andi Kleen a...@linux.intel.com Add Broadwell support for Broadwell Client to perf. This is very similar to Haswell. It uses a new cache event table, because there were various changes there. The constraint list has one new event that needs to be handled over Haswell. The PEBS event list

[PATCH 3/5] perf, x86: Add Broadwell core support

2014-08-25 Thread Andi Kleen
From: Andi Kleen Add Broadwell support for Broadwell Client to perf. This is very similar to Haswell. It uses a new cache event table, because there were various changes there. The constraint list has one new event that needs to be handled over Haswell. The PEBS event list is the same, so we

[PATCH 3/5] perf, x86: Add Broadwell core support

2014-08-25 Thread Andi Kleen
From: Andi Kleen a...@linux.intel.com Add Broadwell support for Broadwell Client to perf. This is very similar to Haswell. It uses a new cache event table, because there were various changes there. The constraint list has one new event that needs to be handled over Haswell. The PEBS event list

Re: [PATCH 3/5] perf, x86: Add Broadwell core support

2014-08-14 Thread Peter Zijlstra
On Thu, Aug 14, 2014 at 07:58:54AM -0700, Andi Kleen wrote: > Really, Peter, it's futile to try to reproduce http://ark.intel.com > in perf comments. If you need information on specific Intel > products please look it up there. ark.intel.com is useless, I never can find anything there. The best

Re: [PATCH 3/5] perf, x86: Add Broadwell core support

2014-08-14 Thread Andi Kleen
On Thu, Aug 14, 2014 at 09:32:10AM +0200, Peter Zijlstra wrote: > On Thu, Aug 14, 2014 at 09:07:22AM +0200, Peter Zijlstra wrote: > > On Wed, Aug 13, 2014 at 06:17:47PM -0700, Andi Kleen wrote: > > > > > v2: Remove unnamed model numbers. > > > > > + case 61: /* Broadwell Client */ > > > >

Re: [PATCH 3/5] perf, x86: Add Broadwell core support

2014-08-14 Thread Peter Zijlstra
On Thu, Aug 14, 2014 at 09:07:22AM +0200, Peter Zijlstra wrote: > On Wed, Aug 13, 2014 at 06:17:47PM -0700, Andi Kleen wrote: > > > v2: Remove unnamed model numbers. > > > + case 61: /* Broadwell Client */ > > Seriously? So 71 and 79 are fine as a number but you cannot name them? would

Re: [PATCH 3/5] perf, x86: Add Broadwell core support

2014-08-14 Thread Peter Zijlstra
On Wed, Aug 13, 2014 at 06:17:47PM -0700, Andi Kleen wrote: > v2: Remove unnamed model numbers. > + case 61: /* Broadwell Client */ Seriously? So 71 and 79 are fine as a number but you cannot name them? pgpCREohCOuoW.pgp Description: PGP signature

Re: [PATCH 3/5] perf, x86: Add Broadwell core support

2014-08-14 Thread Peter Zijlstra
On Wed, Aug 13, 2014 at 06:17:47PM -0700, Andi Kleen wrote: v2: Remove unnamed model numbers. + case 61: /* Broadwell Client */ Seriously? So 71 and 79 are fine as a number but you cannot name them? pgpCREohCOuoW.pgp Description: PGP signature

Re: [PATCH 3/5] perf, x86: Add Broadwell core support

2014-08-14 Thread Peter Zijlstra
On Thu, Aug 14, 2014 at 09:07:22AM +0200, Peter Zijlstra wrote: On Wed, Aug 13, 2014 at 06:17:47PM -0700, Andi Kleen wrote: v2: Remove unnamed model numbers. + case 61: /* Broadwell Client */ Seriously? So 71 and 79 are fine as a number but you cannot name them? would something

Re: [PATCH 3/5] perf, x86: Add Broadwell core support

2014-08-14 Thread Andi Kleen
On Thu, Aug 14, 2014 at 09:32:10AM +0200, Peter Zijlstra wrote: On Thu, Aug 14, 2014 at 09:07:22AM +0200, Peter Zijlstra wrote: On Wed, Aug 13, 2014 at 06:17:47PM -0700, Andi Kleen wrote: v2: Remove unnamed model numbers. + case 61: /* Broadwell Client */ Seriously? So 71 and

Re: [PATCH 3/5] perf, x86: Add Broadwell core support

2014-08-14 Thread Peter Zijlstra
On Thu, Aug 14, 2014 at 07:58:54AM -0700, Andi Kleen wrote: Really, Peter, it's futile to try to reproduce http://ark.intel.com in perf comments. If you need information on specific Intel products please look it up there. ark.intel.com is useless, I never can find anything there. The best I

[PATCH 3/5] perf, x86: Add Broadwell core support

2014-08-13 Thread Andi Kleen
From: Andi Kleen Add Broadwell support for Broadwell Client to perf. This is very similar to Haswell. It uses a new cache event table, because there were various changes there. The constraint list has one new event that needs to be handled over Haswell. The PEBS event list is the same, so we

[PATCH 3/5] perf, x86: Add Broadwell core support

2014-08-13 Thread Andi Kleen
From: Andi Kleen a...@linux.intel.com Add Broadwell support for Broadwell Client to perf. This is very similar to Haswell. It uses a new cache event table, because there were various changes there. The constraint list has one new event that needs to be handled over Haswell. The PEBS event list