Re: [PATCH] perf/x86/intel/uncore: add support for Haswell ULT IMC uncore

2015-04-20 Thread Bjorn Helgaas
On Mon, Apr 20, 2015 at 2:43 PM, Sonny Rao wrote: > On Mon, Apr 20, 2015 at 12:34 PM, Bjorn Helgaas wrote: >> On Mon, Apr 20, 2015 at 1:58 PM, Stephane Eranian wrote: >>> On Mon, Apr 20, 2015 at 11:56 AM, Bjorn Helgaas wrote: On Mon, Apr 20, 2015 at 1:42 PM, Sonny Rao wrote: > T

Re: [PATCH] perf/x86/intel/uncore: add support for Haswell ULT IMC uncore

2015-04-20 Thread Sonny Rao
On Mon, Apr 20, 2015 at 12:34 PM, Bjorn Helgaas wrote: > On Mon, Apr 20, 2015 at 1:58 PM, Stephane Eranian wrote: >> On Mon, Apr 20, 2015 at 11:56 AM, Bjorn Helgaas wrote: >>> >>> On Mon, Apr 20, 2015 at 1:42 PM, Sonny Rao wrote: >>> > This uncore is the same as the Haswell desktop part but use

Re: [PATCH] perf/x86/intel/uncore: add support for Haswell ULT IMC uncore

2015-04-20 Thread Bjorn Helgaas
On Mon, Apr 20, 2015 at 1:58 PM, Stephane Eranian wrote: > On Mon, Apr 20, 2015 at 11:56 AM, Bjorn Helgaas wrote: >> >> On Mon, Apr 20, 2015 at 1:42 PM, Sonny Rao wrote: >> > This uncore is the same as the Haswell desktop part but uses a >> > different PCI ID. >> > >> > Signed-off-by: Sonny Rao

Re: [PATCH] perf/x86/intel/uncore: add support for Haswell ULT IMC uncore

2015-04-20 Thread Stephane Eranian
On Mon, Apr 20, 2015 at 11:56 AM, Bjorn Helgaas wrote: > > On Mon, Apr 20, 2015 at 1:42 PM, Sonny Rao wrote: > > This uncore is the same as the Haswell desktop part but uses a > > different PCI ID. > > > > Signed-off-by: Sonny Rao > > --- > > arch/x86/kernel/cpu/perf_event_intel_uncore_snb.c |

Re: [PATCH] perf/x86/intel/uncore: add support for Haswell ULT IMC uncore

2015-04-20 Thread Bjorn Helgaas
On Mon, Apr 20, 2015 at 1:42 PM, Sonny Rao wrote: > This uncore is the same as the Haswell desktop part but uses a > different PCI ID. > > Signed-off-by: Sonny Rao > --- > arch/x86/kernel/cpu/perf_event_intel_uncore_snb.c | 5 + > include/linux/pci_ids.h | 1 + > 2

[PATCH] perf/x86/intel/uncore: add support for Haswell ULT IMC uncore

2015-04-20 Thread Sonny Rao
This uncore is the same as the Haswell desktop part but uses a different PCI ID. Signed-off-by: Sonny Rao --- arch/x86/kernel/cpu/perf_event_intel_uncore_snb.c | 5 + include/linux/pci_ids.h | 1 + 2 files changed, 6 insertions(+) diff --git a/arch/x86/kernel/cpu/p