diff options
author | Gerd Hoffmann | 2012-05-11 14:23:42 +0200 |
---|---|---|
committer | Gerd Hoffmann | 2012-06-07 10:02:22 +0200 |
commit | 0703a4a7a67999dfda1a67cb7e0a6b4d2aefb239 (patch) | |
tree | 3f770e05d4d2f6c81ed559e5d632829ed5e34a49 /trace-events | |
parent | xhci: trace: irq + events (diff) | |
download | qemu-0703a4a7a67999dfda1a67cb7e0a6b4d2aefb239.tar.gz qemu-0703a4a7a67999dfda1a67cb7e0a6b4d2aefb239.tar.xz qemu-0703a4a7a67999dfda1a67cb7e0a6b4d2aefb239.zip |
xhci: trace: ring fetch
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'trace-events')
-rw-r--r-- | trace-events | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trace-events b/trace-events index 974e5a359d..09ed1093bd 100644 --- a/trace-events +++ b/trace-events @@ -305,6 +305,7 @@ usb_xhci_doorbell_write(uint32_t off, uint32_t val) "off 0x%04x, val 0x%08x" 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" # hw/usb/desc.c usb_desc_device(int addr, int len, int ret) "dev %d query device, len %d, ret %d" |