From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from over.co.us.ibm.com (over.co.us.ibm.com [32.97.110.157]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "over.co.us.ibm.com", Issuer "Equifax" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 7FD2D67BAA for ; Fri, 21 Jul 2006 18:36:23 +1000 (EST) Received: from e3.ny.us.ibm.com (e3.pok.ibm.com [9.56.232.143]) by bldfb.esmtp.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k6L6cTA1030364 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 21 Jul 2006 02:38:30 -0400 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e3.ny.us.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k6L6cP7f006729 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Fri, 21 Jul 2006 02:38:25 -0400 Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay04.pok.ibm.com (8.13.6/NCO/VER7.0) with ESMTP id k6L6cPdh272104 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 21 Jul 2006 02:38:25 -0400 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id k6L6cPJJ003107 for ; Fri, 21 Jul 2006 02:38:25 -0400 Date: Thu, 20 Jul 2006 23:38:24 -0700 From: Mike Kravetz To: Paul Mackerras Subject: [PATCH 0/3] powerpc: Instrument Hypervisor Calls Message-ID: <20060721063824.GA8639@monkey.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Here is a version of the instrumentation patches built on top of Anton's hcall cleanup patch. In addition, I have gathered the timebase and PURR snapshots in assembly code. However, it still performs a call out to C code that updates the data structures. I'd appreciate some comments on the assembly code as it has been a looooong time since I've written any. -- Mike