diff options
| author | Alex Bennée | 2019-05-21 11:15:53 +0200 |
|---|---|---|
| committer | Alex Bennée | 2019-10-28 16:12:38 +0100 |
| commit | f79e8fa3b7b6226e1e17359fd8039fcf4486997e (patch) | |
| tree | 8b86f088616d8ce3138c9eaa88b4b8aaf234e8b1 /tests/plugin/Makefile | |
| parent | tests/plugin: add a hotblocks plugin (diff) | |
| download | qemu-f79e8fa3b7b6226e1e17359fd8039fcf4486997e.tar.gz qemu-f79e8fa3b7b6226e1e17359fd8039fcf4486997e.tar.xz qemu-f79e8fa3b7b6226e1e17359fd8039fcf4486997e.zip | |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/plugin/Makefile b/tests/plugin/Makefile index e74940eaac..3656429d46 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))) |
