Re: [PATCH v2 2/6] linux-user: convert target_mmap debug to tracepoint

2019-12-11 Thread Laurent Vivier
Le 05/12/2019 à 13:25, Alex Bennée a écrit : > It is a pain to re-compile when you need to debug and tracepoints are > a fairly low impact way to instrument QEMU. > > Signed-off-by: Alex Bennée > --- > linux-user/mmap.c | 27 +-- > linux-user/trace-events | 1 + >

Re: [PATCH v2 2/6] linux-user: convert target_mmap debug to tracepoint

2019-12-05 Thread Richard Henderson
On 12/5/19 4:25 AM, Alex Bennée wrote: > It is a pain to re-compile when you need to debug and tracepoints are > a fairly low impact way to instrument QEMU. > > Signed-off-by: Alex Bennée > --- > linux-user/mmap.c | 27 +-- > linux-user/trace-events | 1 + > 2 file

[PATCH v2 2/6] linux-user: convert target_mmap debug to tracepoint

2019-12-05 Thread Alex Bennée
It is a pain to re-compile when you need to debug and tracepoints are a fairly low impact way to instrument QEMU. Signed-off-by: Alex Bennée --- linux-user/mmap.c | 27 +-- linux-user/trace-events | 1 + 2 files changed, 2 insertions(+), 26 deletions(-) diff --git