summaryrefslogtreecommitdiffstats
path: root/arch/s390/oprofile
diff options
context:
space:
mode:
authorHendrik Brueckner <brueckner@linux.vnet.ibm.com>2013-06-28 15:06:59 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2013-07-01 17:30:35 +0200
commitd783d9ad4be34c23c5b68a7a611937a87dff630c (patch)
tree9111396197dc73bdac66ebe579aa441af94a9d45 /arch/s390/oprofile
parent2ab14619249cff5835aa66f2c06bfbb0204a30bf (diff)
downloadop-kernel-dev-d783d9ad4be34c23c5b68a7a611937a87dff630c.zip
op-kernel-dev-d783d9ad4be34c23c5b68a7a611937a87dff630c.tar.gz
s390/hwsampler: Updated misleading member names in hws_data_entry
There is a misleading naming of the program parameter fields, so correct them according to their names as outlined in "The Load-Program-Parameter and the CPU-measurement Facilities" (SA23-2260-03). Signed-off-by: Hendrik Brueckner <brueckner@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/oprofile')
-rw-r--r--arch/s390/oprofile/hwsampler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/s390/oprofile/hwsampler.h b/arch/s390/oprofile/hwsampler.h
index 1912f3b..0022e1e 100644
--- a/arch/s390/oprofile/hwsampler.h
+++ b/arch/s390/oprofile/hwsampler.h
@@ -81,8 +81,8 @@ struct hws_data_entry {
unsigned int:16;
unsigned int prim_asn:16; /* primary ASN */
unsigned long long ia; /* Instruction Address */
- unsigned long long lpp; /* Logical-Partition Program Param. */
- unsigned long long vpp; /* Virtual-Machine Program Param. */
+ unsigned long long gpp; /* Guest Program Parameter */
+ unsigned long long hpp; /* Host Program Parameter */
};
struct hws_trailer_entry {
OpenPOWER on IntegriCloud