Re: [Qemu-devel] [kvm-unit-tests PATCHv7 3/3] arm: pmu: Add CPI checking
From: Christopher s-o-b: Wei On Wed, Nov 02, 2016 at 05:22:17PM -0500, Wei Huang wrote: > Calculate the numbers of cycles per instruction (CPI) implied by ARM > PMU cycle counter values. > > Signed-off-by: Christopher Covington > --- > arm/pmu.c | 109 > +++
[Qemu-devel] [kvm-unit-tests PATCHv7 3/3] arm: pmu: Add CPI checking
Calculate the numbers of cycles per instruction (CPI) implied by ARM PMU cycle counter values. Signed-off-by: Christopher Covington --- arm/pmu.c | 109 +- 1 file changed, 108 insertions(+), 1 deletion(-) diff --git a/arm/pmu.c b/arm/p