Re: [PATCH v1 09/15] cputlb: add tracepoints for the protect/unprotect helpers

2022-04-09 Thread Richard Henderson
On 4/8/22 09:47, Alex Bennée wrote: This helps track when pages are tagged for detecting code changes. Signed-off-by: Alex Bennée --- accel/tcg/cputlb.c | 14 ++ accel/tcg/trace-events | 3 +++ 2 files changed, 13 insertions(+), 4 deletions(-) Reviewed-by: Richard

[PATCH v1 09/15] cputlb: add tracepoints for the protect/unprotect helpers

2022-04-08 Thread Alex Bennée
This helps track when pages are tagged for detecting code changes. Signed-off-by: Alex Bennée --- accel/tcg/cputlb.c | 14 ++ accel/tcg/trace-events | 3 +++ 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/accel/tcg/cputlb.c b/accel/tcg/cputlb.c index