Re: [PATCH v2 21/40] test/plugin: make insn plugin less noisy by default

2024-07-05 Thread Manos Pitsidianakis
On Fri, 5 Jul 2024 at 11:49, Alex Bennée wrote: > > While the match functionality is useful lets make the verbosity > optional while we are actually running. > > Signed-off-by: Alex Bennée > --- > tests/plugin/insn.c | 36 +--- > 1 file changed, 21 insertions(+),

[PATCH v2 21/40] test/plugin: make insn plugin less noisy by default

2024-07-05 Thread Alex Bennée
While the match functionality is useful lets make the verbosity optional while we are actually running. Signed-off-by: Alex Bennée --- tests/plugin/insn.c | 36 +--- 1 file changed, 21 insertions(+), 15 deletions(-) diff --git a/tests/plugin/insn.c