On Tue, Nov 22, 2016 at 12:29:14PM -0600, Wei Huang wrote: > From: Christopher Covington <c...@codeaurora.org> > > Calculate the numbers of cycles per instruction (CPI) implied by ARM > PMU cycle counter values. The code includes a strict checking facility > intended for the -icount option in TCG mode in the configuration file. > > Signed-off-by: Christopher Covington <c...@codeaurora.org> > Signed-off-by: Wei Huang <w...@redhat.com> > --- > arm/pmu.c | 123 > +++++++++++++++++++++++++++++++++++++++++++++++++++++- > arm/unittests.cfg | 14 +++++++ > 2 files changed, 136 insertions(+), 1 deletion(-)
Reviewed-by: Andrew Jones <drjo...@redhat.com>