From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e35.co.us.ibm.com (e35.co.us.ibm.com [32.97.110.153]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "e35.co.us.ibm.com", Issuer "Equifax" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 2C1AF67B5B for ; Wed, 14 Jun 2006 13:48:01 +1000 (EST) Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e35.co.us.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k5E3lwv0002188 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 13 Jun 2006 23:47:58 -0400 Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [9.17.195.170]) by d03relay04.boulder.ibm.com (8.13.6/NCO/VER7.0) with ESMTP id k5E3m3wc079590 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 13 Jun 2006 21:48:03 -0600 Received: from d03av04.boulder.ibm.com (loopback [127.0.0.1]) by d03av04.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id k5E3lwuR004141 for ; Tue, 13 Jun 2006 21:47:58 -0600 Date: Tue, 13 Jun 2006 20:47:56 -0700 From: Mike Kravetz To: linuxppc-dev@ozlabs.org Subject: [PATCH 0/3] powerpc: Instrument Hypervisor Calls Message-ID: <20060614034756.GA6759@monkey.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Bryan Rosenburg , Christopher Yeoh List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This patch series adds instrumentation to Hypervisor calls. Code and ideas were taken from the patch set provided by Christopher Yeoh. The idea is to put all instrumentation code behind a configuration option so that it can easily be added/removed. The instrumentation code is kept to a minimum in the hopes that it's impact to performance will not be noticed. Statistics are made available via files in sysfs. -- Mike