From: Steffen Hirschmann
This commit implements counting of executed instruction within certain
virtual address ranges via libinsn.so
Signed-off-by: Steffen Hirschmann
---
docs/about/emulation.rst | 2 +
tests/tcg/plugins/insn.c | 91
2 files changed,
From: Steffen Hirschmann
This commit implements counting of executed instruction within certain
virtual address ranges via libinsn.so
Signed-off-by: Steffen Hirschmann
---
docs/about/emulation.rst | 2 +
tests/tcg/plugins/insn.c | 89
2 files changed,
From: Steffen Hirschmann
I found it useful for the TCG plugin insn.c to be able to count only
instructions in a certain virtual address range (e.g. single leaf function). It
could be of interest to a broader audience, thus I am RFCing it here.
Steffen Hirschmann (1):
TCG insn.c: Implement cou