[PATCH 27/32] perf, x86: Support CPU specific sysfs events

2012-11-09 Thread Andi Kleen
From: Andi Kleen Add a way for the CPU initialization code to register additional events, and merge them into the events attribute directory. Used in the next patch. Signed-off-by: Andi Kleen --- arch/x86/kernel/cpu/perf_event.c | 29 + arch/x86/kernel/cpu/perf_ev

Re: [PATCH 27/32] perf, x86: Support CPU specific sysfs events

2012-11-07 Thread Stephane Eranian
On Wed, Oct 31, 2012 at 1:34 AM, Andi Kleen wrote: > From: Andi Kleen > > Add a way for the CPU initialization code to register additional events, > and merge them into the events attribute directory. Used in the next > patch. > > Signed-off-by: Andi Kleen Acked-by: Stephane Eranian > --- >

[PATCH 27/32] perf, x86: Support CPU specific sysfs events

2012-10-30 Thread Andi Kleen
From: Andi Kleen Add a way for the CPU initialization code to register additional events, and merge them into the events attribute directory. Used in the next patch. Signed-off-by: Andi Kleen --- arch/x86/kernel/cpu/perf_event.c | 29 + arch/x86/kernel/cpu/perf_ev