From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 23 May 2013 08:23:57 +1000 From: Paul Mackerras To: Sukadev Bhattiprolu Subject: Re: [PATCH] perf: Power7: Make CPI stack events available in sysfs Message-ID: <20130522222357.GC10945@iris.ozlabs.ibm.com> References: <20130406164803.GA408@us.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20130406164803.GA408@us.ibm.com> Cc: linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sat, Apr 06, 2013 at 09:48:03AM -0700, Sukadev Bhattiprolu wrote: > >From bdeacf7175241f6c79b5b2be0fa6b20b0d0b7d1c Mon Sep 17 00:00:00 2001 > From: Sukadev Bhattiprolu > Date: Sat, 6 Apr 2013 08:48:26 -0700 > Subject: [PATCH] perf: Power7: Make CPI stack events available in sysfs > > A set of Power7 events are often used for Cycles Per Instruction (CPI) stack > analysis. Make these events available in sysfs (/sys/devices/cpu/events/) so > they can be identified using their symbolic names: > > perf stat -e 'cpu/PM_CMPLU_STALL_DCACHE_MISS/' /bin/ls > > Signed-off-by: Sukadev Bhattiprolu Acked-by: Paul Mackerras