summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc/trace.h
Commit message (Collapse)AuthorAgeFilesLines
* usb: gadget: add tracepoints to the gadget APIFelipe Balbi2016-06-211-0/+298
This new set of tracepoints will help all gadget drivers and UDC drivers when problem appears. Note that, in order to be able to add tracepoints to udc-core.c we had to rename that to core.c and statically link it with trace.c to form udc-core.o. This is to make sure that module name stays the same. Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
OpenPOWER on IntegriCloud