]> git.baikalelectronics.ru Git - kernel.git/commit
xhci: trace debug statements for urb cancellation
authorXenia Ragiadakou <burzalodowa@gmail.com>
Wed, 14 Aug 2013 03:33:54 +0000 (06:33 +0300)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
Wed, 14 Aug 2013 04:14:42 +0000 (21:14 -0700)
commit92d51519ddb30e7ba5e092a4224dc6d7eaba0188
tree886f57b61cf8d9d20965832492ef36022ae66d36
parent3e4bb2562819a946539879f4ff46ee0b137bb090
xhci: trace debug statements for urb cancellation

This patch defines a new trace event, which is called xhci_dbg_cancel_urb
and belongs to the event class xhci_log_msg, and adds tracepoints that
trace the debug messages related to the removal of a cancelled URB from
the endpoint's transfer ring.

Signed-off-by: Xenia Ragiadakou <burzalodowa@gmail.com>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
drivers/usb/host/xhci-ring.c
drivers/usb/host/xhci-trace.h
drivers/usb/host/xhci.c