1 /* SPDX-License-Identifier: GPL-2.0 */
3 * xHCI host controller driver
5 * Copyright (C) 2013 Xenia Ragiadakou
7 * Author: Xenia Ragiadakou
8 * Email : burzalodowa@gmail.com
12 #define TRACE_SYSTEM xhci-hcd
15 * The TRACE_SYSTEM_VAR defaults to TRACE_SYSTEM, but must be a
16 * legitimate C variable. It is not exported to user space.
18 #undef TRACE_SYSTEM_VAR
19 #define TRACE_SYSTEM_VAR xhci_hcd
21 #if !defined(__XHCI_TRACE_H) || defined(TRACE_HEADER_MULTI_READ)
22 #define __XHCI_TRACE_H
24 #include <linux/tracepoint.h>
26 #include "xhci-dbgcap.h"
28 DECLARE_EVENT_CLASS(xhci_log_msg,
29 TP_PROTO(struct va_format *vaf),
31 TP_STRUCT__entry(__vstring(msg, vaf->fmt, vaf->va)),
33 __assign_vstr(msg, vaf->fmt, vaf->va);
35 TP_printk("%s", __get_str(msg))
38 DEFINE_EVENT(xhci_log_msg, xhci_dbg_address,
39 TP_PROTO(struct va_format *vaf),
43 DEFINE_EVENT(xhci_log_msg, xhci_dbg_context_change,
44 TP_PROTO(struct va_format *vaf),
48 DEFINE_EVENT(xhci_log_msg, xhci_dbg_quirks,
49 TP_PROTO(struct va_format *vaf),
53 DEFINE_EVENT(xhci_log_msg, xhci_dbg_reset_ep,
54 TP_PROTO(struct va_format *vaf),
58 DEFINE_EVENT(xhci_log_msg, xhci_dbg_cancel_urb,
59 TP_PROTO(struct va_format *vaf),
63 DEFINE_EVENT(xhci_log_msg, xhci_dbg_init,
64 TP_PROTO(struct va_format *vaf),
68 DEFINE_EVENT(xhci_log_msg, xhci_dbg_ring_expansion,
69 TP_PROTO(struct va_format *vaf),
73 DECLARE_EVENT_CLASS(xhci_log_ctx,
74 TP_PROTO(struct xhci_hcd *xhci, struct xhci_container_ctx *ctx,
76 TP_ARGS(xhci, ctx, ep_num),
79 __field(unsigned, ctx_type)
80 __field(dma_addr_t, ctx_dma)
82 __field(unsigned, ctx_ep_num)
83 __dynamic_array(u32, ctx_data,
84 ((HCC_64BYTE_CONTEXT(xhci->hcc_params) + 1) * 8) *
85 ((ctx->type == XHCI_CTX_TYPE_INPUT) + ep_num + 1))
89 __entry->ctx_64 = HCC_64BYTE_CONTEXT(xhci->hcc_params);
90 __entry->ctx_type = ctx->type;
91 __entry->ctx_dma = ctx->dma;
92 __entry->ctx_va = ctx->bytes;
93 __entry->ctx_ep_num = ep_num;
94 memcpy(__get_dynamic_array(ctx_data), ctx->bytes,
95 ((HCC_64BYTE_CONTEXT(xhci->hcc_params) + 1) * 32) *
96 ((ctx->type == XHCI_CTX_TYPE_INPUT) + ep_num + 1));
98 TP_printk("ctx_64=%d, ctx_type=%u, ctx_dma=@%llx, ctx_va=@%p",
99 __entry->ctx_64, __entry->ctx_type,
100 (unsigned long long) __entry->ctx_dma, __entry->ctx_va
104 DEFINE_EVENT(xhci_log_ctx, xhci_address_ctx,
105 TP_PROTO(struct xhci_hcd *xhci, struct xhci_container_ctx *ctx,
106 unsigned int ep_num),
107 TP_ARGS(xhci, ctx, ep_num)
110 DECLARE_EVENT_CLASS(xhci_log_trb,
111 TP_PROTO(struct xhci_ring *ring, struct xhci_generic_trb *trb),
121 __entry->type = ring->type;
122 __entry->field0 = le32_to_cpu(trb->field[0]);
123 __entry->field1 = le32_to_cpu(trb->field[1]);
124 __entry->field2 = le32_to_cpu(trb->field[2]);
125 __entry->field3 = le32_to_cpu(trb->field[3]);
127 TP_printk("%s: %s", xhci_ring_type_string(__entry->type),
128 xhci_decode_trb(__get_buf(XHCI_MSG_MAX), XHCI_MSG_MAX, __entry->field0,
129 __entry->field1, __entry->field2, __entry->field3)
133 DEFINE_EVENT(xhci_log_trb, xhci_handle_event,
134 TP_PROTO(struct xhci_ring *ring, struct xhci_generic_trb *trb),
138 DEFINE_EVENT(xhci_log_trb, xhci_handle_command,
139 TP_PROTO(struct xhci_ring *ring, struct xhci_generic_trb *trb),
143 DEFINE_EVENT(xhci_log_trb, xhci_handle_transfer,
144 TP_PROTO(struct xhci_ring *ring, struct xhci_generic_trb *trb),
148 DEFINE_EVENT(xhci_log_trb, xhci_queue_trb,
149 TP_PROTO(struct xhci_ring *ring, struct xhci_generic_trb *trb),
153 DEFINE_EVENT(xhci_log_trb, xhci_dbc_handle_event,
154 TP_PROTO(struct xhci_ring *ring, struct xhci_generic_trb *trb),
158 DEFINE_EVENT(xhci_log_trb, xhci_dbc_handle_transfer,
159 TP_PROTO(struct xhci_ring *ring, struct xhci_generic_trb *trb),
163 DEFINE_EVENT(xhci_log_trb, xhci_dbc_gadget_ep_queue,
164 TP_PROTO(struct xhci_ring *ring, struct xhci_generic_trb *trb),
168 DECLARE_EVENT_CLASS(xhci_log_free_virt_dev,
169 TP_PROTO(struct xhci_virt_device *vdev),
172 __field(void *, vdev)
173 __field(unsigned long long, out_ctx)
174 __field(unsigned long long, in_ctx)
175 __field(u8, fake_port)
176 __field(u8, real_port)
177 __field(u16, current_mel)
181 __entry->vdev = vdev;
182 __entry->in_ctx = (unsigned long long) vdev->in_ctx->dma;
183 __entry->out_ctx = (unsigned long long) vdev->out_ctx->dma;
184 __entry->fake_port = (u8) vdev->fake_port;
185 __entry->real_port = (u8) vdev->real_port;
186 __entry->current_mel = (u16) vdev->current_mel;
188 TP_printk("vdev %p ctx %llx | %llx fake_port %d real_port %d current_mel %d",
189 __entry->vdev, __entry->in_ctx, __entry->out_ctx,
190 __entry->fake_port, __entry->real_port, __entry->current_mel
194 DEFINE_EVENT(xhci_log_free_virt_dev, xhci_free_virt_device,
195 TP_PROTO(struct xhci_virt_device *vdev),
199 DECLARE_EVENT_CLASS(xhci_log_virt_dev,
200 TP_PROTO(struct xhci_virt_device *vdev),
203 __field(void *, vdev)
204 __field(unsigned long long, out_ctx)
205 __field(unsigned long long, in_ctx)
211 __field(int, slot_id)
214 __entry->vdev = vdev;
215 __entry->in_ctx = (unsigned long long) vdev->in_ctx->dma;
216 __entry->out_ctx = (unsigned long long) vdev->out_ctx->dma;
217 __entry->devnum = vdev->udev->devnum;
218 __entry->state = vdev->udev->state;
219 __entry->speed = vdev->udev->speed;
220 __entry->portnum = vdev->udev->portnum;
221 __entry->level = vdev->udev->level;
222 __entry->slot_id = vdev->udev->slot_id;
224 TP_printk("vdev %p ctx %llx | %llx num %d state %d speed %d port %d level %d slot %d",
225 __entry->vdev, __entry->in_ctx, __entry->out_ctx,
226 __entry->devnum, __entry->state, __entry->speed,
227 __entry->portnum, __entry->level, __entry->slot_id
231 DEFINE_EVENT(xhci_log_virt_dev, xhci_alloc_virt_device,
232 TP_PROTO(struct xhci_virt_device *vdev),
236 DEFINE_EVENT(xhci_log_virt_dev, xhci_setup_device,
237 TP_PROTO(struct xhci_virt_device *vdev),
241 DEFINE_EVENT(xhci_log_virt_dev, xhci_setup_addressable_virt_device,
242 TP_PROTO(struct xhci_virt_device *vdev),
246 DEFINE_EVENT(xhci_log_virt_dev, xhci_stop_device,
247 TP_PROTO(struct xhci_virt_device *vdev),
251 DECLARE_EVENT_CLASS(xhci_log_urb,
252 TP_PROTO(struct urb *urb),
256 __field(unsigned int, pipe)
257 __field(unsigned int, stream)
259 __field(unsigned int, flags)
260 __field(int, num_mapped_sgs)
261 __field(int, num_sgs)
267 __field(int, slot_id)
271 __entry->pipe = urb->pipe;
272 __entry->stream = urb->stream_id;
273 __entry->status = urb->status;
274 __entry->flags = urb->transfer_flags;
275 __entry->num_mapped_sgs = urb->num_mapped_sgs;
276 __entry->num_sgs = urb->num_sgs;
277 __entry->length = urb->transfer_buffer_length;
278 __entry->actual = urb->actual_length;
279 __entry->epnum = usb_endpoint_num(&urb->ep->desc);
280 __entry->dir_in = usb_endpoint_dir_in(&urb->ep->desc);
281 __entry->type = usb_endpoint_type(&urb->ep->desc);
282 __entry->slot_id = urb->dev->slot_id;
284 TP_printk("ep%d%s-%s: urb %p pipe %u slot %d length %d/%d sgs %d/%d stream %d flags %08x",
285 __entry->epnum, __entry->dir_in ? "in" : "out",
286 __print_symbolic(__entry->type,
287 { USB_ENDPOINT_XFER_INT, "intr" },
288 { USB_ENDPOINT_XFER_CONTROL, "control" },
289 { USB_ENDPOINT_XFER_BULK, "bulk" },
290 { USB_ENDPOINT_XFER_ISOC, "isoc" }),
291 __entry->urb, __entry->pipe, __entry->slot_id,
292 __entry->actual, __entry->length, __entry->num_mapped_sgs,
293 __entry->num_sgs, __entry->stream, __entry->flags
297 DEFINE_EVENT(xhci_log_urb, xhci_urb_enqueue,
298 TP_PROTO(struct urb *urb),
302 DEFINE_EVENT(xhci_log_urb, xhci_urb_giveback,
303 TP_PROTO(struct urb *urb),
307 DEFINE_EVENT(xhci_log_urb, xhci_urb_dequeue,
308 TP_PROTO(struct urb *urb),
312 DECLARE_EVENT_CLASS(xhci_log_ep_ctx,
313 TP_PROTO(struct xhci_ep_ctx *ctx),
319 __field(u32, tx_info)
322 __entry->info = le32_to_cpu(ctx->ep_info);
323 __entry->info2 = le32_to_cpu(ctx->ep_info2);
324 __entry->deq = le64_to_cpu(ctx->deq);
325 __entry->tx_info = le32_to_cpu(ctx->tx_info);
327 TP_printk("%s", xhci_decode_ep_context(__get_buf(XHCI_MSG_MAX),
328 __entry->info, __entry->info2, __entry->deq, __entry->tx_info)
332 DEFINE_EVENT(xhci_log_ep_ctx, xhci_handle_cmd_stop_ep,
333 TP_PROTO(struct xhci_ep_ctx *ctx),
337 DEFINE_EVENT(xhci_log_ep_ctx, xhci_handle_cmd_set_deq_ep,
338 TP_PROTO(struct xhci_ep_ctx *ctx),
342 DEFINE_EVENT(xhci_log_ep_ctx, xhci_handle_cmd_reset_ep,
343 TP_PROTO(struct xhci_ep_ctx *ctx),
347 DEFINE_EVENT(xhci_log_ep_ctx, xhci_handle_cmd_config_ep,
348 TP_PROTO(struct xhci_ep_ctx *ctx),
352 DEFINE_EVENT(xhci_log_ep_ctx, xhci_add_endpoint,
353 TP_PROTO(struct xhci_ep_ctx *ctx),
357 DECLARE_EVENT_CLASS(xhci_log_slot_ctx,
358 TP_PROTO(struct xhci_slot_ctx *ctx),
363 __field(u32, tt_info)
367 __entry->info = le32_to_cpu(ctx->dev_info);
368 __entry->info2 = le32_to_cpu(ctx->dev_info2);
369 __entry->tt_info = le64_to_cpu(ctx->tt_info);
370 __entry->state = le32_to_cpu(ctx->dev_state);
372 TP_printk("%s", xhci_decode_slot_context(__get_buf(XHCI_MSG_MAX),
373 __entry->info, __entry->info2,
374 __entry->tt_info, __entry->state)
378 DEFINE_EVENT(xhci_log_slot_ctx, xhci_alloc_dev,
379 TP_PROTO(struct xhci_slot_ctx *ctx),
383 DEFINE_EVENT(xhci_log_slot_ctx, xhci_free_dev,
384 TP_PROTO(struct xhci_slot_ctx *ctx),
388 DEFINE_EVENT(xhci_log_slot_ctx, xhci_handle_cmd_disable_slot,
389 TP_PROTO(struct xhci_slot_ctx *ctx),
393 DEFINE_EVENT(xhci_log_slot_ctx, xhci_discover_or_reset_device,
394 TP_PROTO(struct xhci_slot_ctx *ctx),
398 DEFINE_EVENT(xhci_log_slot_ctx, xhci_setup_device_slot,
399 TP_PROTO(struct xhci_slot_ctx *ctx),
403 DEFINE_EVENT(xhci_log_slot_ctx, xhci_handle_cmd_addr_dev,
404 TP_PROTO(struct xhci_slot_ctx *ctx),
408 DEFINE_EVENT(xhci_log_slot_ctx, xhci_handle_cmd_reset_dev,
409 TP_PROTO(struct xhci_slot_ctx *ctx),
413 DEFINE_EVENT(xhci_log_slot_ctx, xhci_handle_cmd_set_deq,
414 TP_PROTO(struct xhci_slot_ctx *ctx),
418 DEFINE_EVENT(xhci_log_slot_ctx, xhci_configure_endpoint,
419 TP_PROTO(struct xhci_slot_ctx *ctx),
423 DECLARE_EVENT_CLASS(xhci_log_ctrl_ctx,
424 TP_PROTO(struct xhci_input_control_ctx *ctrl_ctx),
431 __entry->drop = le32_to_cpu(ctrl_ctx->drop_flags);
432 __entry->add = le32_to_cpu(ctrl_ctx->add_flags);
434 TP_printk("%s", xhci_decode_ctrl_ctx(__get_buf(XHCI_MSG_MAX), __entry->drop, __entry->add)
438 DEFINE_EVENT(xhci_log_ctrl_ctx, xhci_address_ctrl_ctx,
439 TP_PROTO(struct xhci_input_control_ctx *ctrl_ctx),
443 DEFINE_EVENT(xhci_log_ctrl_ctx, xhci_configure_endpoint_ctrl_ctx,
444 TP_PROTO(struct xhci_input_control_ctx *ctrl_ctx),
448 DECLARE_EVENT_CLASS(xhci_log_ring,
449 TP_PROTO(struct xhci_ring *ring),
453 __field(void *, ring)
454 __field(dma_addr_t, enq)
455 __field(dma_addr_t, deq)
456 __field(dma_addr_t, enq_seg)
457 __field(dma_addr_t, deq_seg)
458 __field(unsigned int, num_segs)
459 __field(unsigned int, stream_id)
460 __field(unsigned int, cycle_state)
461 __field(unsigned int, bounce_buf_len)
464 __entry->ring = ring;
465 __entry->type = ring->type;
466 __entry->num_segs = ring->num_segs;
467 __entry->stream_id = ring->stream_id;
468 __entry->enq_seg = ring->enq_seg->dma;
469 __entry->deq_seg = ring->deq_seg->dma;
470 __entry->cycle_state = ring->cycle_state;
471 __entry->bounce_buf_len = ring->bounce_buf_len;
472 __entry->enq = xhci_trb_virt_to_dma(ring->enq_seg, ring->enqueue);
473 __entry->deq = xhci_trb_virt_to_dma(ring->deq_seg, ring->dequeue);
475 TP_printk("%s %p: enq %pad(%pad) deq %pad(%pad) segs %d stream %d bounce %d cycle %d",
476 xhci_ring_type_string(__entry->type), __entry->ring,
477 &__entry->enq, &__entry->enq_seg,
478 &__entry->deq, &__entry->deq_seg,
481 __entry->bounce_buf_len,
486 DEFINE_EVENT(xhci_log_ring, xhci_ring_alloc,
487 TP_PROTO(struct xhci_ring *ring),
491 DEFINE_EVENT(xhci_log_ring, xhci_ring_free,
492 TP_PROTO(struct xhci_ring *ring),
496 DEFINE_EVENT(xhci_log_ring, xhci_ring_expansion,
497 TP_PROTO(struct xhci_ring *ring),
501 DEFINE_EVENT(xhci_log_ring, xhci_inc_enq,
502 TP_PROTO(struct xhci_ring *ring),
506 DEFINE_EVENT(xhci_log_ring, xhci_inc_deq,
507 TP_PROTO(struct xhci_ring *ring),
511 DECLARE_EVENT_CLASS(xhci_log_portsc,
512 TP_PROTO(struct xhci_port *port, u32 portsc),
513 TP_ARGS(port, portsc),
516 __field(u32, portnum)
520 __entry->busnum = port->rhub->hcd->self.busnum;
521 __entry->portnum = port->hcd_portnum;
522 __entry->portsc = portsc;
524 TP_printk("port %d-%d: %s",
527 xhci_decode_portsc(__get_buf(XHCI_MSG_MAX), __entry->portsc)
531 DEFINE_EVENT(xhci_log_portsc, xhci_handle_port_status,
532 TP_PROTO(struct xhci_port *port, u32 portsc),
533 TP_ARGS(port, portsc)
536 DEFINE_EVENT(xhci_log_portsc, xhci_get_port_status,
537 TP_PROTO(struct xhci_port *port, u32 portsc),
538 TP_ARGS(port, portsc)
541 DEFINE_EVENT(xhci_log_portsc, xhci_hub_status_data,
542 TP_PROTO(struct xhci_port *port, u32 portsc),
543 TP_ARGS(port, portsc)
546 DECLARE_EVENT_CLASS(xhci_log_doorbell,
547 TP_PROTO(u32 slot, u32 doorbell),
548 TP_ARGS(slot, doorbell),
551 __field(u32, doorbell)
554 __entry->slot = slot;
555 __entry->doorbell = doorbell;
557 TP_printk("Ring doorbell for %s",
558 xhci_decode_doorbell(__get_buf(XHCI_MSG_MAX), __entry->slot, __entry->doorbell)
562 DEFINE_EVENT(xhci_log_doorbell, xhci_ring_ep_doorbell,
563 TP_PROTO(u32 slot, u32 doorbell),
564 TP_ARGS(slot, doorbell)
567 DEFINE_EVENT(xhci_log_doorbell, xhci_ring_host_doorbell,
568 TP_PROTO(u32 slot, u32 doorbell),
569 TP_ARGS(slot, doorbell)
572 DECLARE_EVENT_CLASS(xhci_dbc_log_request,
573 TP_PROTO(struct dbc_request *req),
576 __field(struct dbc_request *, req)
578 __field(unsigned int, actual)
579 __field(unsigned int, length)
584 __entry->dir = req->direction;
585 __entry->actual = req->actual;
586 __entry->length = req->length;
587 __entry->status = req->status;
589 TP_printk("%s: req %p length %u/%u ==> %d",
590 __entry->dir ? "bulk-in" : "bulk-out",
591 __entry->req, __entry->actual,
592 __entry->length, __entry->status
596 DEFINE_EVENT(xhci_dbc_log_request, xhci_dbc_alloc_request,
597 TP_PROTO(struct dbc_request *req),
601 DEFINE_EVENT(xhci_dbc_log_request, xhci_dbc_free_request,
602 TP_PROTO(struct dbc_request *req),
606 DEFINE_EVENT(xhci_dbc_log_request, xhci_dbc_queue_request,
607 TP_PROTO(struct dbc_request *req),
611 DEFINE_EVENT(xhci_dbc_log_request, xhci_dbc_giveback_request,
612 TP_PROTO(struct dbc_request *req),
615 #endif /* __XHCI_TRACE_H */
617 /* this part must be outside header guard */
619 #undef TRACE_INCLUDE_PATH
620 #define TRACE_INCLUDE_PATH .
622 #undef TRACE_INCLUDE_FILE
623 #define TRACE_INCLUDE_FILE xhci-trace
625 #include <trace/define_trace.h>