diff options
author | Gerd Hoffmann | 2012-05-11 14:54:57 +0200 |
---|---|---|
committer | Gerd Hoffmann | 2012-06-07 10:02:21 +0200 |
commit | fc0ddaca33c3b4b9bf52cb15b62bdb17b84d9fa8 (patch) | |
tree | f03b2b008488835a77f0b2736747b6680fe60194 /trace-events | |
parent | xhci: trace: mmio reads+writes (diff) | |
download | qemu-fc0ddaca33c3b4b9bf52cb15b62bdb17b84d9fa8.tar.gz qemu-fc0ddaca33c3b4b9bf52cb15b62bdb17b84d9fa8.tar.xz qemu-fc0ddaca33c3b4b9bf52cb15b62bdb17b84d9fa8.zip |
xhci: trace: run+stop
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'trace-events')
-rw-r--r-- | trace-events | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/trace-events b/trace-events index b70b1612ee..1b2db05582 100644 --- a/trace-events +++ b/trace-events @@ -291,6 +291,8 @@ usb_uhci_td_complete(uint32_t qh, uint32_t td) "qh 0x%x, td 0x%x" # hw/usb/hcd-xhci.c usb_xhci_reset(void) "=== RESET ===" +usb_xhci_run(void) "" +usb_xhci_stop(void) "" usb_xhci_cap_read(uint32_t off, uint32_t val) "off 0x%04x, ret 0x%08x" usb_xhci_oper_read(uint32_t off, uint32_t val) "off 0x%04x, ret 0x%08x" usb_xhci_port_read(uint32_t port, uint32_t off, uint32_t val) "port %d, off 0x%04x, ret 0x%08x" |