/drivers/usb/host/ |
D | imx21-dbg.c | 121 struct debug_isoc_trace *trace = &imx21->isoc_trace[ in debug_isoc_submitted() local 125 trace->schedule_frame = td->frame; in debug_isoc_submitted() 126 trace->submit_frame = frame; in debug_isoc_submitted() 127 trace->request_len = td->len; in debug_isoc_submitted() 128 trace->td = td; in debug_isoc_submitted() 134 struct debug_isoc_trace *trace, *trace_failed; in debug_isoc_completed() local 138 trace = imx21->isoc_trace; in debug_isoc_completed() 139 for (i = 0; i < ARRAY_SIZE(imx21->isoc_trace); i++, trace++) { in debug_isoc_completed() 140 if (trace->td == td) { in debug_isoc_completed() 141 trace->done_frame = frame; in debug_isoc_completed() [all …]
|
D | xhci-dbg.c | 22 void xhci_dbg_trace(struct xhci_hcd *xhci, void (*trace)(struct va_format *), in xhci_dbg_trace() 32 trace(&vaf); in xhci_dbg_trace()
|
D | Makefile | 7 CFLAGS_xhci-trace.o := -I$(src) 16 xhci-hcd-y += xhci-trace.o
|
/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | init.c | 50 #define trace(fmt, args...) bioslog(TRACE, fmt, ##args) macro 324 trace("auxch read failed with %d\n", ret); in init_rdauxr() 337 trace("auxch write failed with %d\n", ret); in init_wrauxr() 487 trace("\t[0x%02x] (R[0x%06x] & 0x%08x) == 0x%08x\n", in init_condition_met() 504 trace("\t[0x%02x] (0x%04x[0x%02x] & 0x%02x) == 0x%02x\n", in init_io_condition_met() 598 trace("RESERVED 0x%02x\t", opcode); in init_reserved() 612 trace("DONE\n"); in init_done() 632 trace("IO_RESTRICT_PROG\tR[0x%06x] = " in init_io_restrict_prog() 642 trace("\t0x%08x *\n", data); in init_io_restrict_prog() 645 trace("\t0x%08x\n", data); in init_io_restrict_prog() [all …]
|
/drivers/s390/net/ |
D | lcs.c | 396 LCS_DBF_TEXT_(4, trace, " %02x%02x%02x", in lcs_do_start_thread() 480 LCS_DBF_TEXT_(4, trace,"ssch%s", dev_name(&channel->ccwdev->dev)); in lcs_start_channel() 489 LCS_DBF_TEXT_(4,trace,"essh%s", in lcs_start_channel() 504 LCS_DBF_TEXT(4,trace,"clearch"); in lcs_clear_channel() 505 LCS_DBF_TEXT_(4, trace, "%s", dev_name(&channel->ccwdev->dev)); in lcs_clear_channel() 510 LCS_DBF_TEXT_(4, trace, "ecsc%s", in lcs_clear_channel() 531 LCS_DBF_TEXT(4,trace,"haltsch"); in lcs_stop_channel() 532 LCS_DBF_TEXT_(4, trace, "%s", dev_name(&channel->ccwdev->dev)); in lcs_stop_channel() 538 LCS_DBF_TEXT_(4, trace, "ehsc%s", in lcs_stop_channel() 556 LCS_DBF_TEXT(2, trace, "chstart"); in lcs_start_channels() [all …]
|
D | netiucv.c | 677 IUCV_DBF_TEXT(trace, 4, __func__); in conn_action_rx() 721 IUCV_DBF_TEXT(trace, 4, __func__); in conn_action_txdone() 804 IUCV_DBF_TEXT(trace, 3, __func__); in conn_action_connaccept() 824 IUCV_DBF_TEXT(trace, 3, __func__); in conn_action_connreject() 834 IUCV_DBF_TEXT(trace, 3, __func__); in conn_action_connack() 845 IUCV_DBF_TEXT(trace, 3, __func__); in conn_action_conntimsev() 857 IUCV_DBF_TEXT(trace, 3, __func__); in conn_action_connsever() 876 IUCV_DBF_TEXT(trace, 3, __func__); in conn_action_start() 959 IUCV_DBF_TEXT(trace, 3, __func__); in conn_action_stop() 965 IUCV_DBF_TEXT(trace, 5, "calling iucv_path_sever\n"); in conn_action_stop() [all …]
|
/drivers/tty/serial/ |
D | icom.c | 124 static inline void trace(struct icom_port *icom_port, char *trace_pt, in trace() function 131 static inline void trace(struct icom_port *icom_port, char *trace_pt, unsigned long trace_data) {}; in trace() function 139 trace(icom_port, "RET_PORT_MEM", 0); in free_port_memory() 178 trace(icom_port, "GET_PORT_MEM", in get_port_memory() 188 trace(icom_port, "GET_PORT_MEM", in get_port_memory() 198 trace(icom_port, "GET_PORT_MEM", in get_port_memory() 216 trace(icom_port, "FOD_ADDR", stgAddr); in get_port_memory() 222 trace(icom_port, "FOD_ADDR", stgAddr); in get_port_memory() 223 trace(icom_port, "FOD_XBUFF", in get_port_memory() 231 trace(icom_port, "FOD_XBUFF", in get_port_memory() [all …]
|
/drivers/hwtracing/coresight/ |
D | Kconfig | 12 and trace drivers to register themselves with. It's intended to build 15 trace source gets enabled. 22 responsible for transporting and collecting the trace data 23 respectively. Link and sinks are dynamically aggregated with a trace 24 entity at run time to form a complete trace path. 32 trace router - ETR) or sink (embedded trace FIFO). The driver 42 lookup. CATU helps TMC ETR to use a large physically non-contiguous trace 53 components and a trace for bridging the gap between the on-chip 54 coresight components and a trace port collection engine, typically 109 properly, please refer Documentation/trace/coresight-cpu-debug.rst
|
/drivers/hwtracing/intel_th/ |
D | Kconfig | 7 produce, switch and output trace data from multiple hardware and 8 software sources over several types of trace output ports encoded 35 'host debugger' mode, that is, the trace configuration and capture 55 Software Trace Hub (STH) enables trace data from software 56 trace sources to be sent out via Intel(R) Trace Hub. It 64 Memory Storage Unit (MSU) trace output device enables 74 Parallel Trace Interface unit (PTI) is a trace output device 75 of Intel TH architecture that facilitates STP trace output via
|
/drivers/remoteproc/ |
D | remoteproc_debugfs.c | 43 struct rproc_mem_entry *trace = &data->trace_mem; in rproc_trace_read() local 48 va = rproc_da_to_va(data->rproc, trace->da, trace->len); in rproc_trace_read() 52 trace->name); in rproc_trace_read() 55 len = strnlen(va, trace->len); in rproc_trace_read() 320 struct rproc_debug_trace *trace) in rproc_create_trace_file() argument 324 tfile = debugfs_create_file(name, 0400, rproc->dbg_dir, trace, in rproc_create_trace_file()
|
D | remoteproc_core.c | 606 struct rproc_debug_trace *trace; in rproc_handle_trace() local 621 trace = kzalloc(sizeof(*trace), GFP_KERNEL); in rproc_handle_trace() 622 if (!trace) in rproc_handle_trace() 626 trace->trace_mem.len = rsc->len; in rproc_handle_trace() 627 trace->trace_mem.da = rsc->da; in rproc_handle_trace() 630 trace->rproc = rproc; in rproc_handle_trace() 636 trace->tfile = rproc_create_trace_file(name, rproc, trace); in rproc_handle_trace() 637 if (!trace->tfile) { in rproc_handle_trace() 638 kfree(trace); in rproc_handle_trace() 642 list_add_tail(&trace->node, &rproc->traces); in rproc_handle_trace() [all …]
|
D | stm32_rproc.c | 364 struct rproc_debug_trace *trace; in stm32_rproc_add_coredump_trace() local 368 list_for_each_entry(trace, &rproc->traces, node) { in stm32_rproc_add_coredump_trace() 372 if (segment->da == trace->trace_mem.da) { in stm32_rproc_add_coredump_trace() 379 rproc_coredump_add_segment(rproc, trace->trace_mem.da, in stm32_rproc_add_coredump_trace() 380 trace->trace_mem.len); in stm32_rproc_add_coredump_trace()
|
/drivers/gpu/drm/i915/ |
D | intel_uncore.h | 86 i915_reg_t r, bool trace); 88 i915_reg_t r, bool trace); 90 i915_reg_t r, bool trace); 92 i915_reg_t r, bool trace); 95 i915_reg_t r, u8 val, bool trace); 97 i915_reg_t r, u16 val, bool trace); 99 i915_reg_t r, u32 val, bool trace);
|
D | intel_uncore.c | 1132 trace_i915_reg_rw(false, reg, val, sizeof(val), trace); \ 1137 gen2_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { \ 1145 gen5_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { \ 1178 trace_i915_reg_rw(false, reg, val, sizeof(val), trace); \ 1210 func##_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { \ 1240 trace_i915_reg_rw(true, reg, val, sizeof(val), trace); \ 1247 gen2_write##x(struct intel_uncore *uncore, i915_reg_t reg, u##x val, bool trace) { \ 1255 gen5_write##x(struct intel_uncore *uncore, i915_reg_t reg, u##x val, bool trace) { \ 1278 trace_i915_reg_rw(true, reg, val, sizeof(val), trace); \ 1289 gen6_write##x(struct intel_uncore *uncore, i915_reg_t reg, u##x val, bool trace) { \ [all …]
|
/drivers/hwtracing/stm/ |
D | Kconfig | 37 means of trace source identification, etc. 55 This is a kernel space trace source that sends kernel log 56 messages to trace hosts over STM devices. 64 This is a kernel space trace source that sends periodic 65 heartbeat messages to trace hosts over STM devices. It is
|
/drivers/gpu/drm/i915/selftests/ |
D | mock_uncore.c | 29 nop_write##x(struct intel_uncore *uncore, i915_reg_t reg, u##x val, bool trace) { } 36 nop_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { return 0; }
|
/drivers/misc/mei/ |
D | Makefile | 25 mei-$(CONFIG_EVENT_TRACING) += mei-trace.o 26 CFLAGS_mei-trace.o = -I$(src)
|
/drivers/net/ethernet/neterion/ |
D | Kconfig | 51 bool "Enabling All Debug trace statements in driver" 55 Say Y here if you want to enabling all the debug trace statements in 56 the vxge driver. By default only few debug trace statements are
|
/drivers/staging/vc04_services/interface/vchiq_arm/ |
D | vchiq_debugfs.c | 133 int trace; in debugfs_trace_show() local 135 trace = vchiq_instance_get_trace(instance); in debugfs_trace_show() 136 seq_printf(f, "%s\n", trace ? "Y" : "N"); in debugfs_trace_show()
|
/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
D | fw_tracer.c | 454 struct tracer_event *tracer_event, u64 *trace) in poll_trace() argument 458 tracer_event->event_id = MLX5_GET(tracer_event, trace, event_id); in poll_trace() 459 tracer_event->lost_event = MLX5_GET(tracer_event, trace, lost); in poll_trace() 464 urts = MLX5_GET(tracer_timestamp_event, trace, urts); in poll_trace() 471 trace, timestamp7_0); in poll_trace() 473 trace, timestamp39_8); in poll_trace() 475 trace, timestamp52_40); in poll_trace() 488 MLX5_GET(tracer_string_event, trace, timestamp); in poll_trace() 490 MLX5_GET(tracer_string_event, trace, string_param); in poll_trace() 492 MLX5_GET(tracer_string_event, trace, tmsn); in poll_trace() [all …]
|
/drivers/net/ethernet/neterion/vxge/ |
D | vxge-main.h | 323 #define VXGE_COPY_DEBUG_INFO_TO_LL(vdev, err, trace) { \ argument 326 vdev->vpaths[i].level_trace = trace; \ 329 vdev->level_trace = trace; \
|
/drivers/media/pci/ivtv/ |
D | ivtvfb.c | 453 u32 trace; in ivtvfb_ioctl() local 459 trace = read_reg(IVTV_REG_DEC_LINE_FIELD) >> 16; in ivtvfb_ioctl() 460 if (itv->is_out_50hz && trace > 312) in ivtvfb_ioctl() 461 trace -= 312; in ivtvfb_ioctl() 462 else if (itv->is_out_60hz && trace > 262) in ivtvfb_ioctl() 463 trace -= 262; in ivtvfb_ioctl() 464 if (trace == 1) in ivtvfb_ioctl() 467 vblank.vcount = trace; in ivtvfb_ioctl()
|
/drivers/misc/genwqe/ |
D | card_utils.c | 902 int i, traps, traces, trace, trace_entries, trace_entry, ring; in genwqe_ffdc_buff_read() local 959 for (trace = 0; trace <= traces; trace++) { in genwqe_ffdc_buff_read() 961 GENWQE_EXTENDED_DIAG_SELECTOR(ring, trace); in genwqe_ffdc_buff_read() 968 trace_entry < (trace ? trace_entries : traps); in genwqe_ffdc_buff_read()
|
/drivers/net/wireless/ath/ath6kl/ |
D | Kconfig | 51 example, can be enabled with help of trace-cmd. All debug 53 enablable trace points.
|
/drivers/usb/typec/ucsi/ |
D | Makefile | 8 typec_ucsi-$(CONFIG_TRACING) += trace.o
|