Re: [PATCH 4/8] powerpc: add hv_gpci interface header

2014-02-05 Thread Cody P Schafer
diff --git a/arch/powerpc/include/asm/hv_gpci.h b/arch/powerpc/include/asm/hv_gpci.h Any reason this can't just live in arch/powerpc/perf ? Nope, it should be able to keep the header there for now. As this interface allows determination of the HW topology, we may have some code that

Re: [PATCH 4/8] powerpc: add hv_gpci interface header

2014-02-05 Thread Cody P Schafer
diff --git a/arch/powerpc/include/asm/hv_gpci.h b/arch/powerpc/include/asm/hv_gpci.h Any reason this can't just live in arch/powerpc/perf ? Nope, it should be able to keep the header there for now. As this interface allows determination of the HW topology, we may have some code that

Re: [PATCH 4/8] powerpc: add hv_gpci interface header

2014-02-03 Thread Cody P Schafer
On 01/31/2014 09:58 PM, Michael Ellerman wrote: On Thu, 2014-16-01 at 23:53:50 UTC, Cody P Schafer wrote: "H_GetPerformanceCounterInfo" (refered to as hv_gpci or just gpci from here on) is an interface to retrieve specific performance counters and other data from the hypervisor. All outputs

Re: [PATCH 4/8] powerpc: add hv_gpci interface header

2014-02-03 Thread Cody P Schafer
On 01/31/2014 09:58 PM, Michael Ellerman wrote: On Thu, 2014-16-01 at 23:53:50 UTC, Cody P Schafer wrote: H_GetPerformanceCounterInfo (refered to as hv_gpci or just gpci from here on) is an interface to retrieve specific performance counters and other data from the hypervisor. All outputs have

Re: [PATCH 4/8] powerpc: add hv_gpci interface header

2014-01-31 Thread Michael Ellerman
On Thu, 2014-16-01 at 23:53:50 UTC, Cody P Schafer wrote: > "H_GetPerformanceCounterInfo" (refered to as hv_gpci or just gpci from > here on) is an interface to retrieve specific performance counters and > other data from the hypervisor. All outputs have a fixed format (and > are represented as

Re: [PATCH 4/8] powerpc: add hv_gpci interface header

2014-01-31 Thread Michael Ellerman
On Thu, 2014-16-01 at 23:53:50 UTC, Cody P Schafer wrote: H_GetPerformanceCounterInfo (refered to as hv_gpci or just gpci from here on) is an interface to retrieve specific performance counters and other data from the hypervisor. All outputs have a fixed format (and are represented as structs

[PATCH 4/8] powerpc: add hv_gpci interface header

2014-01-16 Thread Cody P Schafer
"H_GetPerformanceCounterInfo" (refered to as hv_gpci or just gpci from here on) is an interface to retrieve specific performance counters and other data from the hypervisor. All outputs have a fixed format (and are represented as structs in this patch). Signed-off-by: Cody P Schafer ---

[PATCH 4/8] powerpc: add hv_gpci interface header

2014-01-16 Thread Cody P Schafer
H_GetPerformanceCounterInfo (refered to as hv_gpci or just gpci from here on) is an interface to retrieve specific performance counters and other data from the hypervisor. All outputs have a fixed format (and are represented as structs in this patch). Signed-off-by: Cody P Schafer