Re: [kvm-unit-tests PATCH 05/10] arm: pmu: Basic event counter Tests

2020-01-09 Thread Auger Eric
Hi Andre, On 1/7/20 1:19 PM, Andre Przywara wrote: > On Mon, 16 Dec 2019 21:47:52 +0100 > Eric Auger wrote: > > Hi Eric, > > thanks a lot for your work on these elaborate tests! I have some PMU test > extensions as well, but they are nowhere as sophisticated as yours! > > Just ran this on my

Re: [kvm-unit-tests PATCH 05/10] arm: pmu: Basic event counter Tests

2020-01-07 Thread Andre Przywara
On Mon, 16 Dec 2019 21:47:52 +0100 Eric Auger wrote: Hi Eric, thanks a lot for your work on these elaborate tests! I have some PMU test extensions as well, but they are nowhere as sophisticated as yours! Just ran this on my ThunderX2 desktop (4.15.0-65-generic #74-Ubuntu kernel, QEMU emulator

[kvm-unit-tests PATCH 05/10] arm: pmu: Basic event counter Tests

2019-12-16 Thread Eric Auger
Adds the following tests: - event-counter-config: test event counter configuration - basic-event-count: - programs counters #0 and #1 to count 2 required events (resp. CPU_CYCLES and INST_RETIRED). Counter #0 is preset to a value close enough to the 32b overflow limit so that we check the o