]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
s390/hwsampler: Updated misleading member names in hws_data_entry
authorHendrik Brueckner <brueckner@linux.vnet.ibm.com>
Fri, 28 Jun 2013 13:06:59 +0000 (15:06 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 1 Jul 2013 15:30:35 +0000 (17:30 +0200)
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>
arch/s390/oprofile/hwsampler.h

index 1912f3bb190cfbf9c7cf7218e84b2cd1555baf57..0022e1ebfbde9063c349820df37b4dc5f29c0e20 100644 (file)
@@ -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 {