]> git.proxmox.com Git - mirror_qemu.git/commit
tests/plugin: add hotpages to analyse memory access patterns
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 11 Jun 2019 12:29:55 +0000 (13:29 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 28 Oct 2019 15:12:38 +0000 (15:12 +0000)
commit12268df393726e4edea62d36fa98b7f4ddd388c5
treeb03400a2cd6f5f7025e58189a89146ace0121369
parentf79e8fa3b7b6226e1e17359fd8039fcf4486997e
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>
tests/plugin/Makefile
tests/plugin/hotpages.c [new file with mode: 0644]