From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756453Ab0EKJTI (ORCPT ); Tue, 11 May 2010 05:19:08 -0400 Received: from casper.infradead.org ([85.118.1.10]:49920 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751234Ab0EKJTC convert rfc822-to-8bit (ORCPT ); Tue, 11 May 2010 05:19:02 -0400 Subject: Re: [RFC][PATCH 2/9] perf: core, remove hw_perf_event_init From: Peter Zijlstra To: Lin Ming Cc: Frederic Weisbecker , Ingo Molnar , "eranian@gmail.com" , "Gary.Mohr@Bull.com" , Corey Ashford , "arjan@linux.intel.com" , "Zhang, Yanmin" , Paul Mackerras , "David S. Miller" , Russell King , Paul Mundt , lkml In-Reply-To: <1273560280.30322.12.camel@minggr.sh.intel.com> References: <1273483595.15998.56.camel@minggr.sh.intel.com> <1273484430.5605.3334.camel@twins> <1273486670.15998.80.camel@minggr.sh.intel.com> <1273486769.5605.3343.camel@twins> <20100510122728.GB5563@nowhere> <1273496054.5605.3400.camel@twins> <20100510230911.GB5895@nowhere> <1273559935.5605.3418.camel@twins> <1273560280.30322.12.camel@minggr.sh.intel.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Date: Tue, 11 May 2010 11:18:37 +0200 Message-ID: <1273569517.5605.3505.camel@twins> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2010-05-11 at 14:44 +0800, Lin Ming wrote: > On Tue, 2010-05-11 at 14:38 +0800, Peter Zijlstra wrote: > > On Tue, 2010-05-11 at 01:09 +0200, Frederic Weisbecker wrote: > > > > > Which module do you have in mind that could register a pmu? > > > And I don't understand the problem with pci-hotplug. > > > > Well, the DRM drivers for one, but basically the trend is for every > > aspect of the machine to include PMUs of some form, this includes bus > > bridges and fancy devices. > > So the concept of "PMU" is really broadened here? > Not just only the performance monitoring hardware in CPU? Arguably the uncore unit is already outside of what we traditionally call a CPU ;-) But yeah, PMUs are found in lots of things these days.