From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sun, 16 Jul 2006 01:30:54 +1000 From: Anton Blanchard To: Arnd Bergmann Subject: Re: [PATCH 0/3] powerpc: Instrument Hypervisor Calls Message-ID: <20060715153053.GK31081@krispykreme> References: <20060714233739.GA11487@monkey.ibm.com> <200607150200.03494.arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <200607150200.03494.arnd@arndb.de> Cc: Bryan Rosenburg , linuxppc-dev@ozlabs.org, Nathan Lynch , Paul Mackerras , Christopher Yeoh List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > What happened to the question whether to use PURR values for also measuring > cycles spent executing the hcall as opposed to cycles that passed before > the hcall returns. Did that turn out not giving extra information after all > or was there a different reason to drop that idea? You have to be careful with PURR since it may be context switched between partitions. Anton