Re: [PATCH v1 11/15] accel/tcg: add tb_invalidate_phys_page_range tracepoint

2022-04-09 Thread Richard Henderson
On 4/8/22 09:47, Alex Bennée wrote: This gives a little more insight into what is going on as we invalidate a range of TBs. Signed-off-by: Alex Bennée --- accel/tcg/translate-all.c | 9 + accel/tcg/trace-events| 1 + 2 files changed, 10 insertions(+) diff --git

[PATCH v1 11/15] accel/tcg: add tb_invalidate_phys_page_range tracepoint

2022-04-08 Thread Alex Bennée
This gives a little more insight into what is going on as we invalidate a range of TBs. Signed-off-by: Alex Bennée --- accel/tcg/translate-all.c | 9 + accel/tcg/trace-events| 1 + 2 files changed, 10 insertions(+) diff --git a/accel/tcg/translate-all.c b/accel/tcg/translate-all.c