diff options
author | Gerd Hoffmann | 2013-08-28 11:46:45 +0200 |
---|---|---|
committer | Gerd Hoffmann | 2013-09-02 11:06:19 +0200 |
commit | 65d81ed402d3b78b6ffbade36a09ea53e41614d2 (patch) | |
tree | de21acec5883e27e060f63c511498e2377af8dd4 /trace-events | |
parent | xhci: add tracepoint for endpoint state changes (diff) | |
download | qemu-65d81ed402d3b78b6ffbade36a09ea53e41614d2.tar.gz qemu-65d81ed402d3b78b6ffbade36a09ea53e41614d2.tar.xz qemu-65d81ed402d3b78b6ffbade36a09ea53e41614d2.zip |
xhci: add port to slot_address tracepoint
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'trace-events')
-rw-r--r-- | trace-events | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trace-events b/trace-events index eb8eaef296..f8498077f8 100644 --- a/trace-events +++ b/trace-events @@ -371,7 +371,7 @@ usb_xhci_port_link(uint32_t port, uint32_t pls) "port %d, pls %d" usb_xhci_port_notify(uint32_t port, uint32_t pls) "port %d, bits %x" usb_xhci_slot_enable(uint32_t slotid) "slotid %d" usb_xhci_slot_disable(uint32_t slotid) "slotid %d" -usb_xhci_slot_address(uint32_t slotid) "slotid %d" +usb_xhci_slot_address(uint32_t slotid, const char *port) "slotid %d, port %s" usb_xhci_slot_configure(uint32_t slotid) "slotid %d" usb_xhci_slot_evaluate(uint32_t slotid) "slotid %d" usb_xhci_slot_reset(uint32_t slotid) "slotid %d" |