s390/cpumf: Improve guest detection heuristics
authorChristian Borntraeger <borntraeger@de.ibm.com>
Mon, 29 Feb 2016 15:05:35 +0000 (16:05 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 2 Mar 2016 12:44:28 +0000 (06:44 -0600)
commitb1685ab9bd3ae14830acac8ffdc7aafc0fb416e3
treee8d21a1c7ed7e37ca67fa0ee160b2df0d9ad5fcc
parent5d7eccecf8621e3cf5adcec9cf80aa444b4610d4
s390/cpumf: Improve guest detection heuristics

commit e22cf8ca6f75 ("s390/cpumf: rework program parameter setting
to detect guest samples") requires guest changes to get proper
guest/host. We can do better: We can use the primary asn value,
which is set on all Linux variants to compare this with the host
pp value.
We now have the following cases:
1. Guest using PP
host sample:  gpp == 0, asn == hpp --> host
guest sample: gpp != 0 --> guest
2. Guest not using PP
host sample:  gpp == 0, asn == hpp --> host
guest sample: gpp == 0, asn != hpp --> guest

As soon as the host no longer sets CR4, we must back out
this heuristics - let's add a comment in switch_to.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Reviewed-by: Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/entry.S
arch/s390/kernel/perf_cpum_sf.c