commit | 5e42d710a108c23c104e083900d4ba9398e418b0 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <felipe.balbi@linux.intel.com> | Tue May 31 13:39:21 2016 +0300 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Tue Jun 21 10:38:41 2016 +0300 |
tree | f761787da06d5f43d297e34349957db9ece4b5fa | |
parent | 5a8d651a2bde01e00caf78496390d6ae46df80af [diff] |
usb: gadget: add tracepoints to the gadget API 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>