Re: [PATCH v5 48/55] tests/plugin: add hotpages plugin to breakdown memory access patterns

2019-10-14 Thread Richard Henderson
On 10/14/19 3:49 AM, Alex Bennée wrote: > This plugin gives a break down of access patterns grouped into pages. > > Signed-off-by: Alex Bennée > > --- > v4 >- tweaks for new hwaddr api >- add sorting and pagesize selection args > --- > tests/plugin/Makefile | 1 + > tests/plugin/hot

[PATCH v5 48/55] tests/plugin: add hotpages plugin to breakdown memory access patterns

2019-10-14 Thread Alex Bennée
This plugin gives a break down of access patterns grouped into pages. Signed-off-by: Alex Bennée --- v4 - tweaks for new hwaddr api - add sorting and pagesize selection args --- tests/plugin/Makefile | 1 + tests/plugin/hotpages.c | 179 2 file