[PATCH RFC v2 1/1] TCG insn.c: Implement counting specific addresses

2025-05-26 Thread steffen_hirschmann
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,

[PATCH RFC 1/1] TCG insn.c: Implement counting specific addresses

2025-04-30 Thread steffen_hirschmann
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,

[PATCH RFC 0/1] TCG plugin libinso.so: Virtual address range count

2025-04-30 Thread steffen_hirschmann
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