Re: [PATCH 1/3] perf/x86/rapl: move RAPL support to common x86 code

2020-05-18 Thread Peter Zijlstra
On Fri, May 15, 2020 at 02:57:31PM -0700, Stephane Eranian wrote: > To prepare for support of both Intel and AMD RAPL. > Move rapl.c to arch/x86/events. Rename config option. > Fixup header paths. > > Signed-off-by: Stephane Eranian > --- > arch/x86/events/Kconfig| 8 > arch

[PATCH 1/3] perf/x86/rapl: move RAPL support to common x86 code

2020-05-15 Thread Stephane Eranian
To prepare for support of both Intel and AMD RAPL. Move rapl.c to arch/x86/events. Rename config option. Fixup header paths. Signed-off-by: Stephane Eranian --- arch/x86/events/Kconfig| 8 arch/x86/events/Makefile | 1 + arch/x86/events/intel/Makefile | 2 -- a