From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: In-Reply-To: <1389916434-2288-6-git-send-email-cody@linux.vnet.ibm.com> To: Cody P Schafer , Linux PPC From: Michael Ellerman Subject: Re: [PATCH 5/8] powerpc: add 24x7 interface header Message-Id: <20140201055807.8E65F2C00C7@ozlabs.org> Date: Sat, 1 Feb 2014 16:58:07 +1100 (EST) Cc: Peter Zijlstra , LKML , Ingo Molnar , Paul Mackerras , Arnaldo Carvalho de Melo , Cody P Schafer List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2014-16-01 at 23:53:51 UTC, Cody P Schafer wrote: > 24x7 (also called hv_24x7 or H_24X7) is an interface to obtain > performance counters from the hypervisor. These counters do not have a > fixed format/possition and are instead documented in a "24x7 Catalog", > which is provided by the hypervisor (that interface is also documented > in this header). > > This method of obtaining performance counters from the hypervisor is > intended to paritialy replace the gpci interface. Same comments as for the previous patch. cheers