diff options
author | Gerd Hoffmann | 2012-10-26 11:49:06 +0200 |
---|---|---|
committer | Gerd Hoffmann | 2012-11-01 13:10:09 +0100 |
commit | 4f47f0f82eccbda44bac929df94fa244bf3452bd (patch) | |
tree | 070940d1dae07a1ce66eec25fa96ecf274563384 /trace-events | |
parent | xhci: set pls in xhci_port_update & xhci_port_reset (diff) | |
download | qemu-4f47f0f82eccbda44bac929df94fa244bf3452bd.tar.gz qemu-4f47f0f82eccbda44bac929df94fa244bf3452bd.tar.xz qemu-4f47f0f82eccbda44bac929df94fa244bf3452bd.zip |
xhci: add port trace points
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 7ee21e58ea..0cb991e789 100644 --- a/trace-events +++ b/trace-events @@ -333,6 +333,8 @@ usb_xhci_irq_msix_use(uint32_t nr) "nr %d" usb_xhci_irq_msix_unuse(uint32_t nr) "nr %d" usb_xhci_queue_event(uint32_t vector, uint32_t idx, const char *trb, const char *evt, uint64_t param, uint32_t status, uint32_t control) "v %d, idx %d, %s, %s, p %016" PRIx64 ", s %08x, c 0x%08x" usb_xhci_fetch_trb(uint64_t addr, const char *name, uint64_t param, uint32_t status, uint32_t control) "addr %016" PRIx64 ", %s, p %016" PRIx64 ", s %08x, c 0x%08x" +usb_xhci_port_reset(uint32_t port) "port %d" +usb_xhci_port_link(uint32_t port, uint32_t pls) "port %d, pls %d" 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" |