Re: [PATCH v4 6/9] tests/plugin/inline: add test for conditional callback

2024-03-26 Thread Richard Henderson
On 3/26/24 02:34, Pierrick Bouvier wrote: Count number of tb and insn executed using a conditional callback. We ensure the callback has been called expected number of time (per vcpu). Signed-off-by: Pierrick Bouvier --- tests/plugin/inline.c | 89 +-- 1

[PATCH v4 6/9] tests/plugin/inline: add test for conditional callback

2024-03-26 Thread Pierrick Bouvier
Count number of tb and insn executed using a conditional callback. We ensure the callback has been called expected number of time (per vcpu). Signed-off-by: Pierrick Bouvier --- tests/plugin/inline.c | 89 +-- 1 file changed, 86 insertions(+), 3 deletions(