powerpc/perf: Add hv_gpci interface header
authorCody P Schafer <cody@linux.vnet.ibm.com>
Fri, 14 Mar 2014 05:00:37 +0000 (16:00 +1100)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Sun, 23 Mar 2014 22:48:29 +0000 (09:48 +1100)
commita67f144739c42f99e2a4cf43e8cf4e1cc75719fd
tree80f169c3589101c4fd4fd24b3b4c218f7f71b66d
parent827f798ac13c27c4a122175c60a3a684b59e9103
powerpc/perf: Add hv_gpci interface header

"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. This
header only describes the portions of the interface that we plan on
using in linux at this time.

Signed-off-by: Cody P Schafer <cody@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/perf/hv-gpci.h [new file with mode: 0644]