From: Eric Auger <eric.auger@redhat.com>
To: eric.auger.pro@gmail.com, eric.auger@redhat.com,
kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu,
qemu-devel@nongnu.org, drjones@redhat.com, andrew.murray@arm.com,
sudeep.holla@arm.com, maz@kernel.org, will@kernel.org,
haibo.xu@linaro.org
Subject: [kvm-unit-tests RFC 0/4] KVM: arm64: Statistical Profiling Extension Tests
Date: Mon, 31 Aug 2020 21:34:10 +0200 [thread overview]
Message-ID: <20200831193414.6951-1-eric.auger@redhat.com> (raw)
This series implements tests exercising the Statistical Profiling
Extensions.
This was tested with associated unmerged kernel [1] and QEMU [2]
series.
Depending on the comments, I can easily add other tests checking
more configs, additional events and testing migration too. I hope
this can be useful when respinning both series.
All SPE tests can be launched with:
./run_tests.sh -g spe
Tests also can be launched individually. For example:
./arm-run arm/spe.flat -append 'spe-buffer'
The series can be found at:
https://github.com/eauger/kut/tree/spe_rfc
References:
[1] [PATCH v2 00/18] arm64: KVM: add SPE profiling support
[2] [PATCH 0/7] target/arm: Add vSPE support to KVM guest
Eric Auger (4):
arm64: Move get_id_aa64dfr0() in processor.h
spe: Probing and Introspection Test
spe: Add profiling buffer test
spe: Test Profiling Buffer Events
arm/Makefile.common | 1 +
arm/pmu.c | 1 -
arm/spe.c | 463 ++++++++++++++++++++++++++++++++++++++
arm/unittests.cfg | 24 ++
lib/arm64/asm/barrier.h | 1 +
lib/arm64/asm/processor.h | 5 +
6 files changed, 494 insertions(+), 1 deletion(-)
create mode 100644 arm/spe.c
--
2.21.3
next reply other threads:[~2020-08-31 19:35 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-31 19:34 Eric Auger [this message]
2020-08-31 19:34 ` [kvm-unit-tests RFC 1/4] arm64: Move get_id_aa64dfr0() in processor.h Eric Auger
2020-08-31 19:34 ` [kvm-unit-tests RFC 2/4] spe: Probing and Introspection Test Eric Auger
2020-08-31 19:34 ` [kvm-unit-tests RFC 3/4] spe: Add profiling buffer test Eric Auger
2020-08-31 19:34 ` [kvm-unit-tests RFC 4/4] spe: Test Profiling Buffer Events Eric Auger
2020-09-01 7:34 ` Auger Eric
2020-09-01 9:24 ` [kvm-unit-tests RFC 0/4] KVM: arm64: Statistical Profiling Extension Tests Alexandru Elisei
2020-09-01 10:49 ` Auger Eric
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=20200831193414.6951-1-eric.auger@redhat.com \
--to=eric.auger@redhat.com \
--cc=andrew.murray@arm.com \
--cc=drjones@redhat.com \
--cc=eric.auger.pro@gmail.com \
--cc=haibo.xu@linaro.org \
--cc=kvm@vger.kernel.org \
--cc=kvmarm@lists.cs.columbia.edu \
--cc=maz@kernel.org \
--cc=qemu-devel@nongnu.org \
--cc=sudeep.holla@arm.com \
--cc=will@kernel.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).