From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Subject: Re: [PATCH 1/7] perf: Add helper function to return number of counters Date: Tue, 5 Oct 2010 17:15:35 +0900 Message-ID: <20101005081535.GC7984@linux-sh.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from 124x34x33x190.ap124.ftth.ucom.ne.jp ([124.34.33.190]:53831 "EHLO master.linux-sh.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752392Ab0JEIPh (ORCPT ); Tue, 5 Oct 2010 04:15:37 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-arch-owner@vger.kernel.org List-ID: To: Matt Fleming Cc: Robert Richter , Will Deacon , Russell King , linux-arm-kernel@lists.infradead.org, linux-sh@vger.kernel.org, Peter Zijlstra , Ingo Molnar , Frederic Weisbecker , Arnaldo Carvalho de Melo , linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, Deng-Cheng Zhu , Grant Likely On Mon, Oct 04, 2010 at 09:44:19PM +0100, Matt Fleming wrote: > The number of counters for the registered pmu is needed in a few places > so provide a helper function that returns this number. > > Signed-off-by: Matt Fleming > Tested-by: Will Deacon Acked-by: Paul Mundt