diff options
author | Gerd Hoffmann | 2012-05-11 14:26:15 +0200 |
---|---|---|
committer | Gerd Hoffmann | 2012-06-07 10:02:22 +0200 |
commit | c1f6b49326fee1c39f1db70fdb1e2a1df60318a2 (patch) | |
tree | e23ce8dec01b81680ad62d8ef7d93c778f63e25d /trace-events | |
parent | xhci: trace: ring fetch (diff) | |
download | qemu-c1f6b49326fee1c39f1db70fdb1e2a1df60318a2.tar.gz qemu-c1f6b49326fee1c39f1db70fdb1e2a1df60318a2.tar.xz qemu-c1f6b49326fee1c39f1db70fdb1e2a1df60318a2.zip |
xhci: trace: endpoints
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'trace-events')
-rw-r--r-- | trace-events | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/trace-events b/trace-events index 09ed1093bd..74fdf6ab14 100644 --- a/trace-events +++ b/trace-events @@ -306,6 +306,11 @@ usb_xhci_irq_intx(uint32_t level) "level %d" usb_xhci_irq_msi(uint32_t nr) "nr %d" usb_xhci_queue_event(uint32_t idx, const char *name, uint64_t param, uint32_t status, uint32_t control) "idx %d, %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_ep_enable(uint32_t slotid, uint32_t epid) "slotid %d, epid %d" +usb_xhci_ep_disable(uint32_t slotid, uint32_t epid) "slotid %d, epid %d" +usb_xhci_ep_kick(uint32_t slotid, uint32_t epid) "slotid %d, epid %d" +usb_xhci_ep_stop(uint32_t slotid, uint32_t epid) "slotid %d, epid %d" +usb_xhci_ep_reset(uint32_t slotid, uint32_t epid) "slotid %d, epid %d" # hw/usb/desc.c usb_desc_device(int addr, int len, int ret) "dev %d query device, len %d, ret %d" |