[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [kvm-unit-tests PATCH v11 0/3] ARM PMU tests
From: |
Wei Huang |
Subject: |
[Qemu-devel] [kvm-unit-tests PATCH v11 0/3] ARM PMU tests |
Date: |
Tue, 22 Nov 2016 12:29:11 -0600 |
Changes from v10:
* Change the name of loop test function to precise_instrs_loop()
* Minor comment fixes to measure_instrs() and to explain isb() in loop funcs
Note:
1) Current KVM code has bugs in handling PMCCFILTR write. A fix (see
below) is required for this unit testing code to work correctly under
KVM mode.
https://lists.cs.columbia.edu/pipermail/kvmarm/2016-November/022134.html.
Thanks,
-Wei
Christopher Covington (3):
arm: Add PMU test
arm: pmu: Check cycle count increases
arm: pmu: Add CPI checking
arm/Makefile.common | 3 +-
arm/pmu.c | 351 ++++++++++++++++++++++++++++++++++++++++++++++++++++
arm/unittests.cfg | 19 +++
3 files changed, 372 insertions(+), 1 deletion(-)
create mode 100644 arm/pmu.c
--
1.8.3.1
- [Qemu-devel] [kvm-unit-tests PATCH v11 0/3] ARM PMU tests,
Wei Huang <=
- [Qemu-devel] [kvm-unit-tests PATCH v11 2/3] arm: pmu: Check cycle count increases, Wei Huang, 2016/11/22
- [Qemu-devel] [kvm-unit-tests PATCH v11 1/3] arm: Add PMU test, Wei Huang, 2016/11/22
- Re: [Qemu-devel] [kvm-unit-tests PATCH v11 1/3] arm: Add PMU test, Andre Przywara, 2016/11/23
- Re: [Qemu-devel] [kvm-unit-tests PATCH v11 1/3] arm: Add PMU test, Wei Huang, 2016/11/23
- Re: [Qemu-devel] [kvm-unit-tests PATCH v11 1/3] arm: Add PMU test, Andrew Jones, 2016/11/23
- Re: [Qemu-devel] [kvm-unit-tests PATCH v11 1/3] arm: Add PMU test, Wei Huang, 2016/11/23
- Re: [Qemu-devel] [kvm-unit-tests PATCH v11 1/3] arm: Add PMU test, Andre Przywara, 2016/11/25
- Re: [Qemu-devel] [kvm-unit-tests PATCH v11 1/3] arm: Add PMU test, Andrew Jones, 2016/11/25
- Re: [Qemu-devel] [kvm-unit-tests PATCH v11 1/3] arm: Add PMU test, Andre Przywara, 2016/11/25
[Qemu-devel] [kvm-unit-tests PATCH v11 3/3] arm: pmu: Add CPI checking, Wei Huang, 2016/11/22