Re: [PATCH 1/1] perf/x86/intel/uncore: Add Broadwell-DE uncore support

2015-08-26 Thread Stephane Eranian
On Wed, Aug 26, 2015 at 8:12 AM, Liang, Kan wrote: >> >> > > + }, >> > > + { /* MC0 Channel 0 */ >> > > + PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x6fb0), >> > > + .driver_data = >> > UNCORE_PCI_DEV_DATA(BDX_PCI_UNCORE_IMC, 0), >> > > + }, >> > > + { /*

RE: [PATCH 1/1] perf/x86/intel/uncore: Add Broadwell-DE uncore support

2015-08-26 Thread Liang, Kan
> > > > + }, > > > + { /* MC0 Channel 0 */ > > > + PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x6fb0), > > > + .driver_data = > > UNCORE_PCI_DEV_DATA(BDX_PCI_UNCORE_IMC, 0), > > > + }, > > > + { /* MC0 Channel 1 */ > > > + PCI_DEVICE(PCI_VENDO

RE: [PATCH 1/1] perf/x86/intel/uncore: Add Broadwell-DE uncore support

2015-07-13 Thread Liang, Kan
> > + }, > > + { /* MC0 Channel 0 */ > > + PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x6fb0), > > + .driver_data = > UNCORE_PCI_DEV_DATA(BDX_PCI_UNCORE_IMC, 0), > > + }, > > + { /* MC0 Channel 1 */ > > + PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x6fb

Re: [PATCH 1/1] perf/x86/intel/uncore: Add Broadwell-DE uncore support

2015-07-10 Thread Stephane Eranian
Hi, On Thu, Jul 2, 2015 at 5:12 AM, wrote: > > From: Kan Liang > > The uncore subsystem for Broadwell-DE is similar to Haswell-EP. > There are some differences in pci device IDs, box number and > constraints. > Please refer to the public document. > http://www.intel.com/content/www/us/en/process

[PATCH 1/1] perf/x86/intel/uncore: Add Broadwell-DE uncore support

2015-07-02 Thread kan . liang
From: Kan Liang The uncore subsystem for Broadwell-DE is similar to Haswell-EP. There are some differences in pci device IDs, box number and constraints. Please refer to the public document. http://www.intel.com/content/www/us/en/processors/xeon/ xeon-d-1500-uncore-performance-monitoring.html Si