Re: [PATCH v1 05/15] accel/tcg: add tb_invalidate_phy_pages_fast tracepoint

2022-04-09 Thread Richard Henderson
On 4/8/22 09:47, Alex Bennée wrote: These events can be very expensive for the translator so lets add a tracepoint to help with debugging what might be causing them. Clean up the comments while we are at it. Signed-off-by: Alex Bennée --- accel/tcg/translate-all.c | 15 +++

[PATCH v1 05/15] accel/tcg: add tb_invalidate_phy_pages_fast tracepoint

2022-04-08 Thread Alex Bennée
These events can be very expensive for the translator so lets add a tracepoint to help with debugging what might be causing them. Clean up the comments while we are at it. Signed-off-by: Alex Bennée --- accel/tcg/translate-all.c | 15 +++ accel/tcg/trace-events| 1 + 2 files