diff options
author | Gerd Hoffmann | 2012-05-11 15:15:27 +0200 |
---|---|---|
committer | Gerd Hoffmann | 2012-06-07 10:02:22 +0200 |
commit | 348f10374ac50b2e4511764fc5fae7cacef95ffa (patch) | |
tree | 6b5b1e13ae2d1c6ac8e9332be4a2ec0ff13b820e /trace-events | |
parent | xhci: trace: transfers (diff) | |
download | qemu-348f10374ac50b2e4511764fc5fae7cacef95ffa.tar.gz qemu-348f10374ac50b2e4511764fc5fae7cacef95ffa.tar.xz qemu-348f10374ac50b2e4511764fc5fae7cacef95ffa.zip |
xhci: trace: slots
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'trace-events')
-rw-r--r-- | trace-events | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/trace-events b/trace-events index 74f661ca14..293eddbbdb 100644 --- a/trace-events +++ b/trace-events @@ -306,6 +306,12 @@ 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_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_configure(uint32_t slotid) "slotid %d" +usb_xhci_slot_evaluate(uint32_t slotid) "slotid %d" +usb_xhci_slot_reset(uint32_t slotid) "slotid %d" 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" |