Re: [PATCH v3 23/26] tests/plugin: allow libinsn.so per-CPU counts

2022-02-08 Thread Emilio Cota
(Sorry if this comes out garbled, I'm on a web editor not a proper email client) On Fri, Feb 4, 2022 at 3:49 PM Alex Bennée wrote: > +typedef struct { > +uint64_t last_pc; > +uint64_t insn_count; > +} InstructionCount; This will need padding to take up a cache line. > +static Instructio

Re: [PATCH v3 23/26] tests/plugin: allow libinsn.so per-CPU counts

2022-02-04 Thread Philippe Mathieu-Daudé via
On 4/2/22 21:43, Alex Bennée wrote: We won't go fully flexible but for most system emulation 8 vCPUs resolution should be enough for anybody ;-) Signed-off-by: Alex Bennée Message-Id: <20220124201608.604599-20-alex.ben...@linaro.org> --- tests/plugin/insn.c | 39 ++