]> git.proxmox.com Git - mirror_qemu.git/commit - memory.c
trace: split subpage MMIOs into their own trace events.
authorHollis Blanchard <hollis_blanchard@mentor.com>
Tue, 9 Feb 2016 00:03:04 +0000 (16:03 -0800)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 1 Mar 2016 13:20:15 +0000 (13:20 +0000)
commit23d92d68e72503dfb9fa1dba89f02f5488377b6c
tree01df74efca673298336e5d8affdbc5f396ca3ff0
parent2c140f5f2c245603c0123956eb6abf20b998b501
trace: split subpage MMIOs into their own trace events.

Previously, a single MMIO could trigger the memory_region_ops tracepoint twice:
once on its way into subpage ops, then later on its way into the model's ops.

Also, the fields previously called "addr" are actually offsets into the memory
region. Rename them to "offset" while we're editing the tracepoint definitions.

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