Re: [RFC PATCH QEMU 2/3] plugins: Add cache miss reporting over a socket.

2025-05-20 Thread Alex Bennée
Jonathan Cameron writes: > This allows an external program to act as a hotness tracker. > > Signed-off-by: Jonathan Cameron > --- > contrib/plugins/cache.c | 75 + > 1 file changed, 68 insertions(+), 7 deletions(-) > > diff --git a/contrib/plugins/cache.c

[RFC PATCH QEMU 2/3] plugins: Add cache miss reporting over a socket.

2025-01-24 Thread Jonathan Cameron via
This allows an external program to act as a hotness tracker. Signed-off-by: Jonathan Cameron --- contrib/plugins/cache.c | 75 + 1 file changed, 68 insertions(+), 7 deletions(-) diff --git a/contrib/plugins/cache.c b/contrib/plugins/cache.c index 7baff868