Re: [PATCH v1 3/5] linux-user: add target_mmap_complete tracepoint

2019-12-01 Thread Richard Henderson
On 11/28/19 7:46 PM, Alex Bennée wrote: > For full details we also want to see where the mmaps end up. > > Signed-off-by: Alex Bennée > --- > linux-user/mmap.c | 2 +- > linux-user/trace-events | 1 + > 2 files changed, 2 insertions(+), 1 deletion(-) Reviewed-by: Richard Henderson r~

[PATCH v1 3/5] linux-user: add target_mmap_complete tracepoint

2019-11-28 Thread Alex Bennée
For full details we also want to see where the mmaps end up. Signed-off-by: Alex Bennée --- linux-user/mmap.c | 2 +- linux-user/trace-events | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/linux-user/mmap.c b/linux-user/mmap.c index c81fd85fbd2..a2c7037f1b6 100644 ---