diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2022-02-04 20:43:27 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2022-02-09 12:08:42 +0000 |
commit | c51e51005b74162df7a9c568213acca85e254efa (patch) | |
tree | 1bc3f0f4198ffe4a7c023e46ffe519b1a14b8a71 /trace-events | |
parent | d9a6bad542cd796c785ff19793fa7ae24da6a97d (diff) | |
download | qemu-c51e51005b74162df7a9c568213acca85e254efa.zip qemu-c51e51005b74162df7a9c568213acca85e254efa.tar.gz qemu-c51e51005b74162df7a9c568213acca85e254efa.tar.bz2 |
tracing: remove TCG memory access tracing
If you really want to trace all memory operations TCG plugins gives
you a more flexible interface for doing so.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Cc: Luis Vilanova <vilanova@imperial.ac.uk>
Cc: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20220204204335.1689602-19-alex.bennee@linaro.org>
Diffstat (limited to 'trace-events')
-rw-r--r-- | trace-events | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/trace-events b/trace-events index a637a61..bc71006 100644 --- a/trace-events +++ b/trace-events @@ -117,20 +117,6 @@ vcpu guest_cpu_exit(void) # Targets: all vcpu guest_cpu_reset(void) -# tcg/tcg-op.c - -# @vaddr: Access' virtual address. -# @memopidx: Access' information (see below). -# -# Start virtual memory access (before any potential access violation). -# Does not include memory accesses performed by devices. -# -# Mode: user, softmmu -# Targets: TCG(all) -vcpu tcg guest_ld_before(TCGv vaddr, uint32_t memopidx) "info=%d", "vaddr=0x%016"PRIx64" memopidx=0x%x" -vcpu tcg guest_st_before(TCGv vaddr, uint32_t memopidx) "info=%d", "vaddr=0x%016"PRIx64" memopidx=0x%x" -vcpu tcg guest_rmw_before(TCGv vaddr, uint32_t memopidx) "info=%d", "vaddr=0x%016"PRIx64" memopidx=0x%x" - # include/user/syscall-trace.h # @num: System call number. |