Re: [kvm-unit-tests PATCH 04/10] arm: pmu: Check Required Event Support

2020-01-09 Thread Auger Eric
Hi Andre, On 1/9/20 6:30 PM, André Przywara wrote: > On 09/01/2020 16:54, Auger Eric wrote: > > Hi Eric, > >> On 1/3/20 7:12 PM, Andre Przywara wrote: >>> On Mon, 16 Dec 2019 21:47:51 +0100 >>> Eric Auger wrote: >>> >>> Hi Eric, >>> If event counters are implemented check the common events

Re: [kvm-unit-tests PATCH 04/10] arm: pmu: Check Required Event Support

2020-01-09 Thread André Przywara
On 09/01/2020 16:54, Auger Eric wrote: Hi Eric, > On 1/3/20 7:12 PM, Andre Przywara wrote: >> On Mon, 16 Dec 2019 21:47:51 +0100 >> Eric Auger wrote: >> >> Hi Eric, >> >>> If event counters are implemented check the common events >>> required by the PMUv3 are implemented. >>> >>> Some are uncond

Re: [kvm-unit-tests PATCH 04/10] arm: pmu: Check Required Event Support

2020-01-09 Thread Auger Eric
Hi Andre, On 1/3/20 7:12 PM, Andre Przywara wrote: > On Mon, 16 Dec 2019 21:47:51 +0100 > Eric Auger wrote: > > Hi Eric, > >> If event counters are implemented check the common events >> required by the PMUv3 are implemented. >> >> Some are unconditionally required (SW_INCR, CPU_CYCLES, >> eith

Re: [kvm-unit-tests PATCH 04/10] arm: pmu: Check Required Event Support

2020-01-03 Thread Andre Przywara
On Mon, 16 Dec 2019 21:47:51 +0100 Eric Auger wrote: Hi Eric, > If event counters are implemented check the common events > required by the PMUv3 are implemented. > > Some are unconditionally required (SW_INCR, CPU_CYCLES, > either INST_RETIRED or INST_SPEC). Some others only are > required if

[kvm-unit-tests PATCH 04/10] arm: pmu: Check Required Event Support

2019-12-16 Thread Eric Auger
If event counters are implemented check the common events required by the PMUv3 are implemented. Some are unconditionally required (SW_INCR, CPU_CYCLES, either INST_RETIRED or INST_SPEC). Some others only are required if the implementation implements some other features. Check those wich are unco