From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751934Ab2LTK3P (ORCPT ); Thu, 20 Dec 2012 05:29:15 -0500 Received: from mx1.redhat.com ([209.132.183.28]:5003 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751336Ab2LTK3D (ORCPT ); Thu, 20 Dec 2012 05:29:03 -0500 Date: Thu, 20 Dec 2012 11:27:06 +0100 From: Jiri Olsa To: Greg KH Cc: linux-kernel@vger.kernel.org, Corey Ashford , Frederic Weisbecker , Ingo Molnar , Namhyung Kim , Paul Mackerras , Peter Zijlstra , Arnaldo Carvalho de Melo Subject: Re: [PATCH 2/3] perf x86: Add precise sysfs attribute Message-ID: <20121220102706.GA1241@krava.brq.redhat.com> References: <1355929642-28392-1-git-send-email-jolsa@redhat.com> <1355929642-28392-3-git-send-email-jolsa@redhat.com> <20121220053430.GB28007@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121220053430.GB28007@kroah.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 19, 2012 at 09:34:30PM -0800, Greg KH wrote: > On Wed, Dec 19, 2012 at 04:07:21PM +0100, Jiri Olsa wrote: > > Adding sysfs precise attribute for cpu device (/sys/devices/cpu) > > to show the maximum value for perf event precise attribute. > > > > This will be initialy used for automated precise event perf test > > and could be helpful otherwise. Arnaldo suggested to use this as > > a guide for default adding of precise attribute for HW events. > > > > Signed-off-by: Jiri Olsa > > Cc: Corey Ashford > > Cc: Frederic Weisbecker > > Cc: Ingo Molnar > > Cc: Namhyung Kim > > Cc: Paul Mackerras > > Cc: Peter Zijlstra > > Cc: Arnaldo Carvalho de Melo > > --- > > arch/x86/kernel/cpu/perf_event.c | 34 +++++++++++++++++++++++++--------- > > 1 file changed, 25 insertions(+), 9 deletions(-) > > As you are adding a new sysfs file, you must also document it with an > entry in Documentation/ABI/ will do, thanks jirka