From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 26 Feb 2013 16:26:46 +1100 From: Michael Ellerman To: Sukadev Bhattiprolu Subject: Re: [PATCH 5/6][v4]: perf: Create a sysfs entry for Power event format Message-ID: <20130226052646.GB21553@concordia> References: <20130123062201.GA13720@us.ibm.com> <20130123062613.GF13720@us.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20130123062613.GF13720@us.ibm.com> Cc: Andi Kleen , Peter Zijlstra , robert.richter@amd.com, Anton Blanchard , linux-kernel@vger.kernel.org, Stephane Eranian , linuxppc-dev@ozlabs.org, Ingo Molnar , Paul Mackerras , Arnaldo Carvalho de Melo , Jiri Olsa List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Jan 22, 2013 at 10:26:13PM -0800, Sukadev Bhattiprolu wrote: > > [PATCH 5/6][v4]: perf: Create a sysfs entry for Power event format > > Create a sysfs entry, '/sys/bus/event_source/devices/cpu/format/event' > which describes the format of a POWER cpu. Did this patch go upstream? I don't see it. If not, please don't merge it. > The format of the event is the same for all POWER cpus at least in > (Power6, Power7), so bulk of this change is common in the code common > to POWER cpus. No. The event format is different on most POWER cpus, in particular it is different on Power6 and Power7, and will be different again on Power8. cheers