|
@@ -47,6 +47,16 @@ DEFINE_EVENT(dwc3_log_msg, dwc3_writel,
|
|
|
TP_ARGS(vaf)
|
|
|
);
|
|
|
|
|
|
+DEFINE_EVENT(dwc3_log_msg, dwc3_gadget,
|
|
|
+ TP_PROTO(struct va_format *vaf),
|
|
|
+ TP_ARGS(vaf)
|
|
|
+);
|
|
|
+
|
|
|
+DEFINE_EVENT(dwc3_log_msg, dwc3_core,
|
|
|
+ TP_PROTO(struct va_format *vaf),
|
|
|
+ TP_ARGS(vaf)
|
|
|
+);
|
|
|
+
|
|
|
DEFINE_EVENT(dwc3_log_msg, dwc3_ep0,
|
|
|
TP_PROTO(struct va_format *vaf),
|
|
|
TP_ARGS(vaf)
|