aboutsummaryrefslogtreecommitdiff
path: root/tests/plugin/Makefile
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2019-05-21 10:15:53 +0100
committerAlex Bennée <alex.bennee@linaro.org>2019-10-28 15:12:38 +0000
commitf79e8fa3b7b6226e1e17359fd8039fcf4486997e (patch)
tree8b86f088616d8ce3138c9eaa88b4b8aaf234e8b1 /tests/plugin/Makefile
parenta208ba09bdcde1fd6b11793f3d76f3dd22792f87 (diff)
downloadqemu-f79e8fa3b7b6226e1e17359fd8039fcf4486997e.zip
qemu-f79e8fa3b7b6226e1e17359fd8039fcf4486997e.tar.gz
qemu-f79e8fa3b7b6226e1e17359fd8039fcf4486997e.tar.bz2
tests/plugin: add instruction execution breakdown
This gives a break down of instruction classes and individual instruction types. 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 e74940e..3656429 100644
--- a/tests/plugin/Makefile
+++ b/tests/plugin/Makefile
@@ -11,6 +11,7 @@ NAMES += empty
NAMES += insn
NAMES += mem
NAMES += hotblocks
+NAMES += howvec
SONAMES := $(addsuffix .so,$(addprefix lib,$(NAMES)))