]> git.proxmox.com Git - mirror_qemu.git/commit - memory.c
trace: separate MMIO tracepoints from TB-access tracepoints
authorHollis Blanchard <hollis_blanchard@mentor.com>
Wed, 2 Mar 2016 20:12:55 +0000 (12:12 -0800)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 14 Mar 2016 09:34:30 +0000 (09:34 +0000)
commitf2d089425d43735b5369f70f3a36b712440578e5
treef7b0e2ebc8c036f126f9c1166fdc900347bd0acd
parent5a68be94ac12472eb49fa267de9fb12168224298
trace: separate MMIO tracepoints from TB-access tracepoints

Memory accesses to code which has previously been translated into a TB show up
in the MMIO path, so that they may invalidate the TB. It's extremely confusing
to mix those in with device MMIOs, so split them into their own tracepoint.

Signed-off-by: Hollis Blanchard <hollis_blanchard@mentor.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 1456949575-1633-2-git-send-email-hollis_blanchard@mentor.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
memory.c
trace-events