diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2019-06-11 13:29:55 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2019-10-28 15:12:38 +0000 |
commit | 12268df393726e4edea62d36fa98b7f4ddd388c5 (patch) | |
tree | b03400a2cd6f5f7025e58189a89146ace0121369 /tests/plugin/Makefile | |
parent | f79e8fa3b7b6226e1e17359fd8039fcf4486997e (diff) | |
download | qemu-12268df393726e4edea62d36fa98b7f4ddd388c5.zip qemu-12268df393726e4edea62d36fa98b7f4ddd388c5.tar.gz qemu-12268df393726e4edea62d36fa98b7f4ddd388c5.tar.bz2 |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/plugin/Makefile b/tests/plugin/Makefile index 3656429..75467b6 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))) |