diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2012-02-24 11:03:27 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-02-27 13:37:36 +0100 |
commit | 808aeb98ffd9265da55a9ad3fceb86a7ac77107b (patch) | |
tree | af9f3a85db25e7fecc77643ea57ad4fab7b6ce41 /trace-events | |
parent | 7d1994f863c355f1906655f08d624582eeb30788 (diff) | |
download | hqemu-808aeb98ffd9265da55a9ad3fceb86a7ac77107b.zip hqemu-808aeb98ffd9265da55a9ad3fceb86a7ac77107b.tar.gz |
usb: add tracepoint for usb packet state changes.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'trace-events')
-rw-r--r-- | trace-events | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/trace-events b/trace-events index e918ff6..c5d0f0f 100644 --- a/trace-events +++ b/trace-events @@ -227,6 +227,9 @@ sun4m_iommu_page_get_flags(uint64_t pa, uint64_t iopte, uint32_t ret) "get flags sun4m_iommu_translate_pa(uint64_t addr, uint64_t pa, uint32_t iopte) "xlate dva %"PRIx64" => pa %"PRIx64" iopte = %x" sun4m_iommu_bad_addr(uint64_t addr) "bad addr %"PRIx64 +# hw/usb.c +usb_packet_state_change(int bus, const char *port, int ep, void *p, const char *o, const char *n) "bus %d, port %s, ep %d, packet %p, state %s -> %s" + # hw/usb-bus.c usb_port_claim(int bus, const char *port) "bus %d, port %s" usb_port_attach(int bus, const char *port) "bus %d, port %s" |