Home
last modified time | relevance | path

Searched refs:trace (Results 1 – 25 of 194) sorted by relevance

12345678

/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dinit.c50 #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/
Dlcs.c389 LCS_DBF_TEXT_(4, trace, " %02x%02x%02x", in lcs_do_start_thread()
474 LCS_DBF_TEXT_(4, trace,"ssch%s", dev_name(&channel->ccwdev->dev)); in lcs_start_channel()
483 LCS_DBF_TEXT_(4,trace,"essh%s", in lcs_start_channel()
498 LCS_DBF_TEXT(4,trace,"clearch"); in lcs_clear_channel()
499 LCS_DBF_TEXT_(4, trace, "%s", dev_name(&channel->ccwdev->dev)); in lcs_clear_channel()
504 LCS_DBF_TEXT_(4, trace, "ecsc%s", in lcs_clear_channel()
525 LCS_DBF_TEXT(4,trace,"haltsch"); in lcs_stop_channel()
526 LCS_DBF_TEXT_(4, trace, "%s", dev_name(&channel->ccwdev->dev)); in lcs_stop_channel()
532 LCS_DBF_TEXT_(4, trace, "ehsc%s", in lcs_stop_channel()
550 LCS_DBF_TEXT(2, trace, "chstart"); in lcs_start_channels()
[all …]
Dnetiucv.c637 IUCV_DBF_TEXT(trace, 4, __func__); in conn_action_rx()
681 IUCV_DBF_TEXT(trace, 4, __func__); in conn_action_txdone()
774 IUCV_DBF_TEXT(trace, 3, __func__); in conn_action_connaccept()
794 IUCV_DBF_TEXT(trace, 3, __func__); in conn_action_connreject()
804 IUCV_DBF_TEXT(trace, 3, __func__); in conn_action_connack()
815 IUCV_DBF_TEXT(trace, 3, __func__); in conn_action_conntimsev()
827 IUCV_DBF_TEXT(trace, 3, __func__); in conn_action_connsever()
846 IUCV_DBF_TEXT(trace, 3, __func__); in conn_action_start()
929 IUCV_DBF_TEXT(trace, 3, __func__); in conn_action_stop()
935 IUCV_DBF_TEXT(trace, 5, "calling iucv_path_sever\n"); in conn_action_stop()
[all …]
/drivers/tty/serial/
Dicom.c383 static inline void trace(struct icom_port *icom_port, char *trace_pt, in trace() function
390 static inline void trace(struct icom_port *icom_port, char *trace_pt, unsigned long trace_data) {}; in trace() function
398 trace(icom_port, "RET_PORT_MEM", 0); in free_port_memory()
438 trace(icom_port, "GET_PORT_MEM", in get_port_memory()
449 trace(icom_port, "GET_PORT_MEM", in get_port_memory()
460 trace(icom_port, "GET_PORT_MEM", in get_port_memory()
479 trace(icom_port, "FOD_ADDR", stgAddr); in get_port_memory()
485 trace(icom_port, "FOD_ADDR", stgAddr); in get_port_memory()
486 trace(icom_port, "FOD_XBUFF", in get_port_memory()
494 trace(icom_port, "FOD_XBUFF", in get_port_memory()
[all …]
/drivers/gpu/drm/amd/display/modules/hdcp/
Dhdcp.c31 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()
357 memset(&hdcp->connection.trace, 0, sizeof(hdcp->connection.trace)); in mod_hdcp_add_display()
403 memset(&hdcp->connection.trace, 0, sizeof(hdcp->connection.trace)); in mod_hdcp_remove_display()
467 memset(&hdcp->connection.trace, 0, sizeof(hdcp->connection.trace)); in mod_hdcp_update_display()
500 query->trace = &hdcp->connection.trace; in mod_hdcp_query_display()
/drivers/hwtracing/coresight/
DKconfig14 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/infiniband/ulp/rtrs/
DMakefile3 CFLAGS_rtrs-clt-trace.o = -I$(src)
8 rtrs-clt-trace.o
10 CFLAGS_rtrs-srv-trace.o = -I$(src)
15 rtrs-srv-trace.o
/drivers/hwtracing/intel_th/
DKconfig7 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
65 Memory Storage Unit (MSU) trace output device enables
75 Parallel Trace Interface unit (PTI) is a trace output device
76 of Intel TH architecture that facilitates STP trace output via
/drivers/android/binder/
Dpage_range.rs335 crate::trace::trace_update_page_range(self.pid, true, start, end); in use_range()
349 crate::trace::trace_alloc_lru_start(self.pid, i); in use_range()
360 crate::trace::trace_alloc_lru_end(self.pid, i); in use_range()
364 crate::trace::trace_alloc_page_start(self.pid, i); in use_range()
372 crate::trace::trace_alloc_page_end(self.pid, i); in use_range()
463 crate::trace::trace_update_page_range(self.pid, false, start, end); in stop_using_range()
477 crate::trace::trace_free_lru_start(self.pid, i); in stop_using_range()
482 crate::trace::trace_free_lru_end(self.pid, i); in stop_using_range()
737 crate::trace::trace_unmap_kernel_start(pid, page_index); in rust_shrink_free_page()
747 crate::trace::trace_unmap_kernel_end(pid, page_index); in rust_shrink_free_page()
[all …]
/drivers/usb/cdns3/
DMakefile3 CFLAGS_cdns3-trace.o := -I$(src)
4 CFLAGS_cdnsp-trace.o := -I$(src)
21 cdns3-$(CONFIG_TRACING) += cdns3-trace.o
43 cdnsp-udc-pci-$(CONFIG_TRACING) += cdnsp-trace.o
/drivers/net/wwan/iosm/
Diosm_ipc_debugfs.c20 ipc_imem->trace = ipc_trace_init(ipc_imem); in ipc_debugfs_init()
21 if (!ipc_imem->trace) in ipc_debugfs_init()
27 ipc_trace_deinit(ipc_imem->trace); in ipc_debugfs_deinit()
Diosm_ipc_trace.h52 return ipc_mem->trace && ipc_mem->trace->chl_id == chl_id; in ipc_is_trace_channel()
/drivers/dma/
DMakefile34 fsl-edma-trace-$(CONFIG_TRACING) := fsl-edma-trace.o
35 CFLAGS_fsl-edma-trace.o := -I$(src)
37 fsl-edma-objs := fsl-edma-main.o fsl-edma-common.o ${fsl-edma-trace-y}
39 mcf-edma-objs := mcf-edma-main.o fsl-edma-common.o ${fsl-edma-trace-y}
/drivers/remoteproc/
Dremoteproc_debugfs.c130 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
389 return debugfs_create_file(name, 0400, rproc->dbg_dir, trace, in rproc_create_trace_file()
Dremoteproc_core.c551 struct rproc_debug_trace *trace; in rproc_handle_trace() local
566 trace = kzalloc(sizeof(*trace), GFP_KERNEL); in rproc_handle_trace()
567 if (!trace) in rproc_handle_trace()
571 trace->trace_mem.len = rsc->len; in rproc_handle_trace()
572 trace->trace_mem.da = rsc->da; in rproc_handle_trace()
575 trace->rproc = rproc; in rproc_handle_trace()
581 trace->tfile = rproc_create_trace_file(name, rproc, trace); in rproc_handle_trace()
583 list_add_tail(&trace->node, &rproc->traces); in rproc_handle_trace()
1225 struct rproc_debug_trace *trace, *ttmp; in rproc_resource_cleanup() local
1230 list_for_each_entry_safe(trace, ttmp, &rproc->traces, node) { in rproc_resource_cleanup()
[all …]
/drivers/net/wireless/mediatek/mt76/mt7915/
Dcoredump.h9 struct trace { struct
43 struct trace t;
49 struct trace irq[60];
/drivers/hwtracing/stm/
DKconfig36 means of trace source identification, etc.
54 This is a kernel space trace source that sends kernel log
55 messages to trace hosts over STM devices.
63 This is a kernel space trace source that sends periodic
64 heartbeat messages to trace hosts over STM devices. It is
/drivers/gpu/drm/i915/
Dintel_uncore.h103 i915_reg_t r, bool trace);
105 i915_reg_t r, bool trace);
107 i915_reg_t r, bool trace);
109 i915_reg_t r, bool trace);
112 i915_reg_t r, u8 val, bool trace);
114 i915_reg_t r, u16 val, bool trace);
116 i915_reg_t r, u32 val, bool trace);
/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_debugfs.c35 int trace; in debugfs_trace_show() local
37 trace = vchiq_instance_get_trace(instance); in debugfs_trace_show()
38 seq_printf(f, "%s\n", trace ? "Y" : "N"); in debugfs_trace_show()
/drivers/usb/gadget/udc/cdns2/
DMakefile3 CFLAGS_cdns2-trace.o := -I$(src)
7 cdns2-udc-pci-$(CONFIG_TRACING) += cdns2-trace.o
/drivers/block/rnbd/
DMakefile8 CFLAGS_rnbd-srv-trace.o = -I$(src)
12 rnbd-srv-trace.o
/drivers/usb/host/
Dxhci-dbg.c22 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/gpu/drm/i915/selftests/
Dmock_uncore.c29 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/net/ethernet/mellanox/mlx5/core/diag/
Dfw_tracer.c463 struct tracer_event *tracer_event, u64 *trace) in poll_trace() argument
467 tracer_event->event_id = MLX5_GET(tracer_event, trace, event_id); in poll_trace()
468 tracer_event->lost_event = MLX5_GET(tracer_event, trace, lost); in poll_trace()
469 tracer_event->out = trace; in poll_trace()
474 urts = MLX5_GET(tracer_timestamp_event, trace, urts); in poll_trace()
481 trace, timestamp7_0); in poll_trace()
483 trace, timestamp39_8); in poll_trace()
485 trace, timestamp52_40); in poll_trace()
498 MLX5_GET(tracer_string_event, trace, timestamp); in poll_trace()
500 MLX5_GET(tracer_string_event, trace, string_param); in poll_trace()
[all …]
/drivers/misc/mei/
DMakefile28 mei-$(CONFIG_EVENT_TRACING) += mei-trace.o
29 CFLAGS_mei-trace.o = -I$(src)

12345678