Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751927AbaDYOfK (ORCPT ); Fri, 25 Apr 2014 10:35:10 -0400 Received: from casper.infradead.org ([85.118.1.10]:42718 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751028AbaDYOfH (ORCPT ); Fri, 25 Apr 2014 10:35:07 -0400 Date: Fri, 25 Apr 2014 16:35:01 +0200 From: Peter Zijlstra To: "Yan, Zheng" Cc: Stephane Eranian , Ingo Molnar , LKML , Arnaldo Carvalho de Melo , Andi Kleen Subject: Re: [PATCH v2 4/4] perf/x86/uncore: modularize Intel uncore driver Message-ID: <20140425143501.GH11096@twins.programming.kicks-ass.net> References: <53548008.3040504@intel.com> <20140422113545.GA14950@gmail.com> <20140424081408.GA7709@gmail.com> <5358E6A2.3020505@intel.com> <20140424112715.GQ11096@twins.programming.kicks-ass.net> <535A6070.90803@intel.com> <20140425135549.GF11096@twins.programming.kicks-ass.net> <535A6BD7.4090709@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <535A6BD7.4090709@intel.com> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 25, 2014 at 10:06:15PM +0800, Yan, Zheng wrote: > the uncore driver does not support NHM/WSM-EP (I don't know the module numbers for NHM/WSM-EP, maybe I'm wrong) My wsm-ep has /sys/bus/event_source/devices/uncore so I suppose the driver loaded. Its model 44 fwiw. Also, from the uncore driver: switch (boot_cpu_data.x86_model) { case 26: /* Nehalem */ case 30: case 37: /* Westmere */ case 44: msr_uncores = nhm_msr_uncores; break; -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/