|
@@ -499,6 +499,11 @@ DEFINE_EVENT(xhci_log_portsc, xhci_get_port_status,
|
|
|
TP_ARGS(portnum, portsc)
|
|
|
);
|
|
|
|
|
|
+DEFINE_EVENT(xhci_log_portsc, xhci_hub_status_data,
|
|
|
+ TP_PROTO(u32 portnum, u32 portsc),
|
|
|
+ TP_ARGS(portnum, portsc)
|
|
|
+);
|
|
|
+
|
|
|
DECLARE_EVENT_CLASS(xhci_dbc_log_request,
|
|
|
TP_PROTO(struct dbc_request *req),
|
|
|
TP_ARGS(req),
|