Re: [PATCH v3] contrib/plugins: Add a plugin to generate basic block vectors

2024-09-04 Thread Alex Bennée
Akihiko Odaki writes: > SimPoint is a widely used tool to find the ideal microarchitecture > simulation points so Valgrind[2] and Pin[3] support generating basic > block vectors for use with them. Let's add a corresponding plugin to > QEMU too. > > Note that this plugin has a different goal with

Re: [PATCH v3] contrib/plugins: Add a plugin to generate basic block vectors

2024-08-16 Thread Pierrick Bouvier
On 8/15/24 23:05, Akihiko Odaki wrote: SimPoint is a widely used tool to find the ideal microarchitecture simulation points so Valgrind[2] and Pin[3] support generating basic block vectors for use with them. Let's add a corresponding plugin to QEMU too. Note that this plugin has a different goal

[PATCH v3] contrib/plugins: Add a plugin to generate basic block vectors

2024-08-15 Thread Akihiko Odaki
SimPoint is a widely used tool to find the ideal microarchitecture simulation points so Valgrind[2] and Pin[3] support generating basic block vectors for use with them. Let's add a corresponding plugin to QEMU too. Note that this plugin has a different goal with tests/plugin/bb.c. This plugin cre