qemu-patch-raspberry4/tests/plugin
Alex Bennée a208ba09bd tests/plugin: add a hotblocks plugin
This is a simple plugin to track which translation blocks are call
most often. As we don't have a view of the internals of TCG we can
only work by the address of the start of the block so we also need to
tracks how often the address is translated.

As there will be multiple blocks starting at the same address. We can
try and work around this by futzing the value to feed to the hash with
the insn count.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
2019-10-28 15:12:38 +00:00
..
bb.c
empty.c
hotblocks.c tests/plugin: add a hotblocks plugin 2019-10-28 15:12:38 +00:00
insn.c
Makefile tests/plugin: add a hotblocks plugin 2019-10-28 15:12:38 +00:00
mem.c