summaryrefslogtreecommitdiffstats
path: root/trace-events
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2011-05-19 09:24:00 +0200
committerGerd Hoffmann <kraxel@redhat.com>2011-06-14 12:36:29 +0200
commitf2c88dc10e9258ba57f5edaeb3670259fb6ac2b9 (patch)
tree065578edfc3b5b9298799304f2ffabbb64f2d96b /trace-events
parentc4f8e21165036a2f5422cd5faa507ccdf91aa945 (diff)
downloadhqemu-f2c88dc10e9258ba57f5edaeb3670259fb6ac2b9.zip
hqemu-f2c88dc10e9258ba57f5edaeb3670259fb6ac2b9.tar.gz
usb-ehci: trace buffer copy
Add a trace point for buffer copies and drop the DPRINTF's. No change in behavior. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'trace-events')
-rw-r--r--trace-events1
1 files changed, 1 insertions, 0 deletions
diff --git a/trace-events b/trace-events
index 1ee711e..3426e14 100644
--- a/trace-events
+++ b/trace-events
@@ -207,6 +207,7 @@ disable usb_ehci_itd(uint32_t addr, uint32_t next) "ITD @ %08x: next %08x"
disable usb_ehci_port_attach(uint32_t port, const char *device) "attach port #%d - %s"
disable usb_ehci_port_detach(uint32_t port) "detach port #%d"
disable usb_ehci_port_reset(uint32_t port, int enable) "reset port #%d - %d"
+disable usb_ehci_data(int rw, uint32_t cpage, uint32_t offset, uint32_t addr, uint32_t len, uint32_t bufpos) "write %d, cpage %d, offset 0x%03x, addr 0x%08x, len %d, bufpos %d"
# hw/usb-desc.c
disable usb_desc_device(int addr, int len, int ret) "dev %d query device, len %d, ret %d"
OpenPOWER on IntegriCloud