Re: [PATCH 20/23] contrib/plugins: extend execlog to track register changes

2024-02-17 Thread Pierrick Bouvier
On 2/16/24 20:30, Alex Bennée wrote: With the new plugin register API we can now track changes to register values. Currently the implementation is fairly dumb which will slow down if a large number of register values are being tracked. This could be improved by only instrumenting instructions whi

[PATCH 20/23] contrib/plugins: extend execlog to track register changes

2024-02-16 Thread Alex Bennée
With the new plugin register API we can now track changes to register values. Currently the implementation is fairly dumb which will slow down if a large number of register values are being tracked. This could be improved by only instrumenting instructions which mention registers we are interested