/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 | 641 IUCV_DBF_TEXT(trace, 4, __func__); in conn_action_rx() 685 IUCV_DBF_TEXT(trace, 4, __func__); in conn_action_txdone() 778 IUCV_DBF_TEXT(trace, 3, __func__); in conn_action_connaccept() 798 IUCV_DBF_TEXT(trace, 3, __func__); in conn_action_connreject() 808 IUCV_DBF_TEXT(trace, 3, __func__); in conn_action_connack() 819 IUCV_DBF_TEXT(trace, 3, __func__); in conn_action_conntimsev() 831 IUCV_DBF_TEXT(trace, 3, __func__); in conn_action_connsever() 850 IUCV_DBF_TEXT(trace, 3, __func__); in conn_action_start() 933 IUCV_DBF_TEXT(trace, 3, __func__); in conn_action_stop() 939 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() 179 trace(icom_port, "GET_PORT_MEM", in get_port_memory() 190 trace(icom_port, "GET_PORT_MEM", in get_port_memory() 201 trace(icom_port, "GET_PORT_MEM", in get_port_memory() 220 trace(icom_port, "FOD_ADDR", stgAddr); in get_port_memory() 226 trace(icom_port, "FOD_ADDR", stgAddr); in get_port_memory() 227 trace(icom_port, "FOD_XBUFF", in get_port_memory() 235 trace(icom_port, "FOD_XBUFF", in get_port_memory() [all …]
|
/drivers/gpu/drm/amd/display/modules/hdcp/ |
D | hdcp.c | 31 struct mod_hdcp_trace *trace = &hdcp->connection.trace; in push_error_status() local 33 if (trace->error_count < MAX_NUM_OF_ERROR_TRACE) { in push_error_status() 34 trace->errors[trace->error_count].status = status; in push_error_status() 35 trace->errors[trace->error_count].state_id = hdcp->state.id; in push_error_status() 36 trace->error_count++; in push_error_status() 330 memset(&hdcp->connection.trace, 0, sizeof(hdcp->connection.trace)); in mod_hdcp_add_display() 376 memset(&hdcp->connection.trace, 0, sizeof(hdcp->connection.trace)); in mod_hdcp_remove_display() 431 memset(&hdcp->connection.trace, 0, sizeof(hdcp->connection.trace)); in mod_hdcp_update_authentication() 464 query->trace = &hdcp->connection.trace; in mod_hdcp_query_display()
|
/drivers/hwtracing/coresight/ |
D | Kconfig | 14 and trace drivers to register themselves with. It's intended to build 17 trace source gets enabled. 27 responsible for transporting and collecting the trace data 28 respectively. Link and sinks are dynamically aggregated with a trace 29 entity at run time to form a complete trace path. 41 trace router - ETR) or sink (embedded trace FIFO). The driver 54 lookup. CATU helps TMC ETR to use a large physically non-contiguous trace 68 components and a trace for bridging the gap between the on-chip 69 coresight components and a trace port collection engine, typically 147 properly, please refer Documentation/trace/coresight/coresight-cpu-debug.rst [all …]
|
/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/usb/cdns3/ |
D | Makefile | 3 CFLAGS_cdns3-trace.o := -I$(src) 4 CFLAGS_cdnsp-trace.o := -I$(src) 21 cdns3-$(CONFIG_TRACING) += cdns3-trace.o 42 cdnsp-udc-pci-$(CONFIG_TRACING) += cdnsp-trace.o
|
/drivers/gpu/drm/i915/ |
D | intel_uncore.h | 99 i915_reg_t r, bool trace); 101 i915_reg_t r, bool trace); 103 i915_reg_t r, bool trace); 105 i915_reg_t r, bool trace); 108 i915_reg_t r, u8 val, bool trace); 110 i915_reg_t r, u16 val, bool trace); 112 i915_reg_t r, u32 val, bool trace);
|
D | intel_uncore.c | 1551 vgpu_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { \ 1553 trace_i915_reg_rw(false, reg, val, sizeof(val), trace); \ 1566 trace_i915_reg_rw(false, reg, val, sizeof(val), trace); \ 1571 gen2_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { \ 1579 gen5_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { \ 1612 trace_i915_reg_rw(false, reg, val, sizeof(val), trace); \ 1644 func##_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { \ 1675 trace_i915_reg_rw(true, reg, val, sizeof(val), trace); \ 1682 gen2_write##x(struct intel_uncore *uncore, i915_reg_t reg, u##x val, bool trace) { \ 1690 gen5_write##x(struct intel_uncore *uncore, i915_reg_t reg, u##x val, bool trace) { \ [all …]
|
/drivers/remoteproc/ |
D | remoteproc_debugfs.c | 130 struct rproc_mem_entry *trace = &data->trace_mem; in rproc_trace_read() local 135 va = rproc_da_to_va(data->rproc, trace->da, trace->len, NULL); in rproc_trace_read() 139 trace->name); in rproc_trace_read() 142 len = strnlen(va, trace->len); in rproc_trace_read() 387 struct rproc_debug_trace *trace) in rproc_create_trace_file() argument 391 tfile = debugfs_create_file(name, 0400, rproc->dbg_dir, trace, in rproc_create_trace_file()
|
D | remoteproc_core.c | 659 struct rproc_debug_trace *trace; in rproc_handle_trace() local 674 trace = kzalloc(sizeof(*trace), GFP_KERNEL); in rproc_handle_trace() 675 if (!trace) in rproc_handle_trace() 679 trace->trace_mem.len = rsc->len; in rproc_handle_trace() 680 trace->trace_mem.da = rsc->da; in rproc_handle_trace() 683 trace->rproc = rproc; in rproc_handle_trace() 689 trace->tfile = rproc_create_trace_file(name, rproc, trace); in rproc_handle_trace() 690 if (!trace->tfile) { in rproc_handle_trace() 691 kfree(trace); in rproc_handle_trace() 695 list_add_tail(&trace->node, &rproc->traces); in rproc_handle_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/usb/host/ |
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()
|
/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 | 129 int trace; in debugfs_trace_show() local 131 trace = vchiq_instance_get_trace(instance); in debugfs_trace_show() 132 seq_printf(f, "%s\n", trace ? "Y" : "N"); in debugfs_trace_show()
|
D | vchiq_arm.h | 103 int trace; member 175 vchiq_instance_set_trace(struct vchiq_instance *instance, int trace);
|
/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
D | fw_tracer.c | 457 struct tracer_event *tracer_event, u64 *trace) in poll_trace() argument 461 tracer_event->event_id = MLX5_GET(tracer_event, trace, event_id); in poll_trace() 462 tracer_event->lost_event = MLX5_GET(tracer_event, trace, lost); in poll_trace() 467 urts = MLX5_GET(tracer_timestamp_event, trace, urts); in poll_trace() 474 trace, timestamp7_0); in poll_trace() 476 trace, timestamp39_8); in poll_trace() 478 trace, timestamp52_40); in poll_trace() 491 MLX5_GET(tracer_string_event, trace, timestamp); in poll_trace() 493 MLX5_GET(tracer_string_event, trace, string_param); in poll_trace() 495 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 | 890 int i, traps, traces, trace, trace_entries, trace_entry, ring; in genwqe_ffdc_buff_read() local 947 for (trace = 0; trace <= traces; trace++) { in genwqe_ffdc_buff_read() 949 GENWQE_EXTENDED_DIAG_SELECTOR(ring, trace); in genwqe_ffdc_buff_read() 956 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/gpu/ |
D | Makefile | 8 obj-$(CONFIG_TRACE_GPU_MEM) += trace/
|