From 12268df393726e4edea62d36fa98b7f4ddd388c5 Mon Sep 17 00:00:00 2001 From: Alex Bennée Date: Tue, 11 Jun 2019 13:29:55 +0100 Subject: 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 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 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))) -- cgit v1.2.3-55-g7522