trace-events (8c345b3e6a736d4985b2bca6f7f24b985900de63) | trace-events (6e821e5084fb1169d653c835b3819acf94e8b52c) |
---|---|
1# See docs/devel/tracing.rst for syntax documentation. 2 3# core.c 4usb_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" 5usb_packet_state_fault(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, expected %s" 6 7# bus.c 8usb_port_claim(int bus, const char *port) "bus %d, port %s" --- 37 unchanged lines hidden (view full) --- 46usb_ohci_td_babble(void) "" 47usb_ohci_td_bad_device_response(int rc) "%d" 48usb_ohci_td_read_error(uint32_t addr) "TD read error at 0x%x" 49usb_ohci_td_bad_direction(int dir) "Bad direction %d" 50usb_ohci_td_skip_async(void) "" 51usb_ohci_td_pkt_hdr(uint32_t addr, int64_t pktlen, int64_t len, const char *s, int flag_r, uint32_t cbp, uint32_t be) " TD @ 0x%.8x %" PRId64 " of %" PRId64 " bytes %s r=%d cbp=0x%.8x be=0x%.8x" 52usb_ohci_td_pkt_short(const char *dir, const char *buf) "%s data: %s" 53usb_ohci_td_pkt_full(const char *dir, const char *buf) "%s data: %s" | 1# See docs/devel/tracing.rst for syntax documentation. 2 3# core.c 4usb_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" 5usb_packet_state_fault(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, expected %s" 6 7# bus.c 8usb_port_claim(int bus, const char *port) "bus %d, port %s" --- 37 unchanged lines hidden (view full) --- 46usb_ohci_td_babble(void) "" 47usb_ohci_td_bad_device_response(int rc) "%d" 48usb_ohci_td_read_error(uint32_t addr) "TD read error at 0x%x" 49usb_ohci_td_bad_direction(int dir) "Bad direction %d" 50usb_ohci_td_skip_async(void) "" 51usb_ohci_td_pkt_hdr(uint32_t addr, int64_t pktlen, int64_t len, const char *s, int flag_r, uint32_t cbp, uint32_t be) " TD @ 0x%.8x %" PRId64 " of %" PRId64 " bytes %s r=%d cbp=0x%.8x be=0x%.8x" 52usb_ohci_td_pkt_short(const char *dir, const char *buf) "%s data: %s" 53usb_ohci_td_pkt_full(const char *dir, const char *buf) "%s data: %s" |
54usb_ohci_td_too_many_pending(void) "" | 54usb_ohci_td_too_many_pending(int ep) "ep=%d" |
55usb_ohci_td_packet_status(int status) "status=%d" 56usb_ohci_ed_read_error(uint32_t addr) "ED read error at 0x%x" 57usb_ohci_ed_pkt(uint32_t cur, int h, int c, uint32_t head, uint32_t tail, uint32_t next) "ED @ 0x%.8x h=%u c=%u\n head=0x%.8x tailp=0x%.8x next=0x%.8x" 58usb_ohci_ed_pkt_flags(uint32_t fa, uint32_t en, uint32_t d, int s, int k, int f, uint32_t mps) "fa=%u en=%u d=%u s=%u k=%u f=%u mps=%u" 59usb_ohci_hcca_read_error(uint32_t addr) "HCCA read error at 0x%x" 60usb_ohci_mem_read_unaligned(uint32_t addr) "at 0x%x" 61usb_ohci_mem_read_bad_offset(uint32_t addr) "0x%x" 62usb_ohci_mem_write_unaligned(uint32_t addr) "at 0x%x" --- 285 unchanged lines hidden --- | 55usb_ohci_td_packet_status(int status) "status=%d" 56usb_ohci_ed_read_error(uint32_t addr) "ED read error at 0x%x" 57usb_ohci_ed_pkt(uint32_t cur, int h, int c, uint32_t head, uint32_t tail, uint32_t next) "ED @ 0x%.8x h=%u c=%u\n head=0x%.8x tailp=0x%.8x next=0x%.8x" 58usb_ohci_ed_pkt_flags(uint32_t fa, uint32_t en, uint32_t d, int s, int k, int f, uint32_t mps) "fa=%u en=%u d=%u s=%u k=%u f=%u mps=%u" 59usb_ohci_hcca_read_error(uint32_t addr) "HCCA read error at 0x%x" 60usb_ohci_mem_read_unaligned(uint32_t addr) "at 0x%x" 61usb_ohci_mem_read_bad_offset(uint32_t addr) "0x%x" 62usb_ohci_mem_write_unaligned(uint32_t addr) "at 0x%x" --- 285 unchanged lines hidden --- |