From f79e8fa3b7b6226e1e17359fd8039fcf4486997e Mon Sep 17 00:00:00 2001 From: Alex Bennée Date: Tue, 21 May 2019 10:15:53 +0100 Subject: tests/plugin: add instruction execution breakdown This gives a break down of instruction classes and individual instruction types. Signed-off-by: Alex Bennée Reviewed-by: Richard Henderson --- tests/plugin/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/plugin/Makefile') 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))) -- cgit v1.2.3-55-g7522