From: wei@redhat.com (Wei Huang)
To: linux-arm-kernel@lists.infradead.org
Subject: [kvm-unit-tests PATCH v10 0/3] ARM PMU tests
Date: Mon, 21 Nov 2016 14:24:52 -0600 [thread overview]
Message-ID: <1479759895-10042-1-git-send-email-wei@redhat.com> (raw)
Changes from v9:
* Move PMCCNTR related configuration from pmu_init() to sub-tests
* Change the name of loop test function to precise_cycles_loop()
* Print out error detail for each test case in check_cpi()
* Fix cpi convertion from argv
* Change the loop calculation in measure_instrs() after cpi is fixed
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 | 347 ++++++++++++++++++++++++++++++++++++++++++++++++++++
arm/unittests.cfg | 19 +++
3 files changed, 368 insertions(+), 1 deletion(-)
create mode 100644 arm/pmu.c
--
1.8.3.1
next reply other threads:[~2016-11-21 20:24 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-21 20:24 Wei Huang [this message]
2016-11-21 20:24 ` [kvm-unit-tests PATCH v10 1/3] arm: Add PMU test Wei Huang
2016-11-21 20:24 ` [kvm-unit-tests PATCH v10 2/3] arm: pmu: Check cycle count increases Wei Huang
2016-11-22 12:42 ` Andrew Jones
2016-11-21 20:24 ` [kvm-unit-tests PATCH v10 3/3] arm: pmu: Add CPI checking Wei Huang
2016-11-21 21:40 ` Christopher Covington
2016-11-21 22:49 ` Wei Huang
2016-11-22 12:52 ` Andrew Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1479759895-10042-1-git-send-email-wei@redhat.com \
--to=wei@redhat.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).