Re: [PATCH v3 24/26] tests/plugins: add instruction matching to libinsn.so

2022-02-04 Thread Philippe Mathieu-Daudé via
On 4/2/22 21:43, Alex Bennée wrote: This adds simple instruction matching to the libinsn.so plugin which is useful for examining the execution distance between instructions. For example to track how often we flush in ARM due to TLB updates: -plugin ./tests/plugin/libinsn.so,match=tlbi which

[PATCH v3 24/26] tests/plugins: add instruction matching to libinsn.so

2022-02-04 Thread Alex Bennée
This adds simple instruction matching to the libinsn.so plugin which is useful for examining the execution distance between instructions. For example to track how often we flush in ARM due to TLB updates: -plugin ./tests/plugin/libinsn.so,match=tlbi which leads to output like this: 0xffc