Re: [PATCH v1 5/5] linux-user: convert target_munmap debug to a tracepoint

2019-12-01 Thread Richard Henderson
On 11/28/19 7:46 PM, Alex Bennée wrote: > Convert the final bit of DEBUG_MMAP to a tracepoint and remove the > last remanents of the #ifdef hackery. > > Signed-off-by: Alex Bennée > --- > linux-user/mmap.c | 9 ++--- > linux-user/trace-events | 1 + > 2 files changed, 3 insertions(+),

[PATCH v1 5/5] linux-user: convert target_munmap debug to a tracepoint

2019-11-28 Thread Alex Bennée
Convert the final bit of DEBUG_MMAP to a tracepoint and remove the last remanents of the #ifdef hackery. Signed-off-by: Alex Bennée --- linux-user/mmap.c | 9 ++--- linux-user/trace-events | 1 + 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/linux-user/mmap.c b/linux-u