Re: [PATCH] plugins: add two events for cpu_restore_state_from_tb() and cpu_io_recompile()

2024-09-03 Thread Xingran Wang
x. Many thanks to Alex and Pierrick for the timely review and helpful comments. On 9/3/24 2:56 AM, Pierrick Bouvier wrote: On 9/2/24 10:52, Alex Bennée wrote: Pierrick Bouvier writes: Hi Xingran, On 9/2/24 03:42, Alex Bennée wrote: Xingran Wang writes: Currently, the instruction count o

[PATCH] plugins: add two events for cpu_restore_state_from_tb() and cpu_io_recompile()

2024-09-01 Thread Xingran Wang
, properly subtracting the excess unexecuted instructions. Signed-off-by: Xingran Wang --- accel/tcg/translate-all.c| 27 include/qemu/plugin-event.h | 2 + include/qemu/plugin.h| 24 +++ include/qemu/qemu-plugin.h | 131 +++ plugins