summaryrefslogtreecommitdiffstats
path: root/tests/plugin/Makefile
diff options
context:
space:
mode:
authorAlex Bennée2019-06-11 14:29:55 +0200
committerAlex Bennée2019-10-28 16:12:38 +0100
commit12268df393726e4edea62d36fa98b7f4ddd388c5 (patch)
treeb03400a2cd6f5f7025e58189a89146ace0121369 /tests/plugin/Makefile
parenttests/plugin: add instruction execution breakdown (diff)
downloadqemu-12268df393726e4edea62d36fa98b7f4ddd388c5.tar.gz
qemu-12268df393726e4edea62d36fa98b7f4ddd388c5.tar.xz
qemu-12268df393726e4edea62d36fa98b7f4ddd388c5.zip
tests/plugin: add hotpages to analyse memory access patterns
This plugin gives a summary of access patterns grouped by "pages" and showing read/write patterns by vCPUS. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tests/plugin/Makefile')
-rw-r--r--tests/plugin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/plugin/Makefile b/tests/plugin/Makefile
index 3656429d46..75467b6db8 100644
--- a/tests/plugin/Makefile
+++ b/tests/plugin/Makefile
@@ -12,6 +12,7 @@ NAMES += insn
NAMES += mem
NAMES += hotblocks
NAMES += howvec
+NAMES += hotpages
SONAMES := $(addsuffix .so,$(addprefix lib,$(NAMES)))