Re: [PATCH v3 19/21] contrib/plugins: extend execlog to track register changes

2024-01-23 Thread Pierrick Bouvier
On 1/22/24 18:56, 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 v3 19/21] contrib/plugins: extend execlog to track register changes

2024-01-22 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