diff options
| author | Alex Bennée | 2019-12-05 13:25:12 +0100 |
|---|---|---|
| committer | Alex Bennée | 2019-12-19 09:20:16 +0100 |
| commit | 11d9605623b43c2006dbf8f5135b4a5a3a8fb9e8 (patch) | |
| tree | 0b3b66fac78702323f5e166b119a528b721be06f /linux-user/trace-events | |
| parent | travis.yml: Remove the redundant clang-with-MAIN_SOFTMMU_TARGETS entry (diff) | |
| download | qemu-11d9605623b43c2006dbf8f5135b4a5a3a8fb9e8.tar.gz qemu-11d9605623b43c2006dbf8f5135b4a5a3a8fb9e8.tar.xz qemu-11d9605623b43c2006dbf8f5135b4a5a3a8fb9e8.zip | |
linux-user: convert target_mprotect debug to tracepoint
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 <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20191205122518.10010-2-alex.bennee@linaro.org>
Diffstat (limited to 'linux-user/trace-events')
| -rw-r--r-- | linux-user/trace-events | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux-user/trace-events b/linux-user/trace-events index 6df234bbb6..8419243de4 100644 --- a/linux-user/trace-events +++ b/linux-user/trace-events @@ -11,3 +11,6 @@ user_handle_signal(void *env, int target_sig) "env=%p signal %d" user_host_signal(void *env, int host_sig, int target_sig) "env=%p signal %d (target %d(" user_queue_signal(void *env, int target_sig) "env=%p signal %d" user_s390x_restore_sigregs(void *env, uint64_t sc_psw_addr, uint64_t env_psw_addr) "env=%p frame psw.addr 0x%"PRIx64 " current psw.addr 0x%"PRIx64 + +# mmap.c +target_mprotect(uint64_t start, uint64_t len, int flags) "start=0x%"PRIx64 " len=0x%"PRIx64 " prot=0x%x" |
