Home
last modified time | relevance | path

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

12345678

/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
A Dinit.c612 trace("DONE\n"); in init_done()
650 trace("}]\n"); in init_io_restrict_prog()
716 trace("}]\n"); in init_io_restrict_pll()
726 trace("END_REPEAT\n"); in init_end_repeat()
769 trace("NOT\n"); in init_not()
977 trace("}]\n"); in init_io_restrict_pll2()
1753 trace("RESUME\n"); in init_resume()
1955 trace("RESET_END\n"); in init_reset_end()
1968 trace("GPIO\n"); in init_gpio()
2008 trace("\t}\n"); in init_ram_restrict_zm_reg_group()
[all …]
/drivers/tty/serial/
A Dicom.c438 trace(icom_port, "GET_PORT_MEM", in get_port_memory()
486 trace(icom_port, "FOD_XBUFF", in get_port_memory()
494 trace(icom_port, "FOD_XBUFF", in get_port_memory()
516 trace(icom_port, "FID_RBUFF", in get_port_memory()
524 trace(icom_port, "FID_RBUFF", in get_port_memory()
770 trace(icom_port, "STARTUP", 0); in startup()
885 trace(icom_port, "WRITE", 0); in icom_write()
1236 trace(icom_port, "STOP", 0); in icom_stop_tx()
1246 trace(icom_port, "START", 0); in icom_start_tx()
1298 trace(icom_port, "BREAK", 0); in icom_break()
[all …]
/drivers/gpu/drm/amd/display/modules/hdcp/
A 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/
A 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
68 components and a trace for bridging the gap between the on-chip
69 coresight components and a trace port collection engine, typically
183 These provide hardware triggering events between CoreSight trace
184 source and sink components. These can be used to halt trace or
[all …]
/drivers/infiniband/ulp/rtrs/
A 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/
A 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/usb/cdns3/
A 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/
A 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()
A Diosm_ipc_trace.h52 return ipc_mem->trace && ipc_mem->trace->chl_id == chl_id; in ipc_is_trace_channel()
/drivers/gpu/drm/i915/
A Dintel_uncore_trace.h16 TP_PROTO(bool write, i915_reg_t reg, u64 val, int len, bool trace),
18 TP_ARGS(write, reg, val, len, trace),
20 TP_CONDITION(trace),
A 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);
A Dintel_uncore.c1816 vgpu_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { \
1818 trace_i915_reg_rw(false, reg, val, sizeof(val), trace); \
1831 trace_i915_reg_rw(false, reg, val, sizeof(val), trace); \
1836 gen2_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { \
1844 gen5_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { \
1879 trace_i915_reg_rw(false, reg, val, sizeof(val), trace); \
1911 fwtable_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) \
1937 trace_i915_reg_rw(true, reg, val, sizeof(val), trace); \
1944 gen2_write##x(struct intel_uncore *uncore, i915_reg_t reg, u##x val, bool trace) { \
1976 trace_i915_reg_rw(true, reg, val, sizeof(val), trace); \
[all …]
/drivers/dma/
A 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/
A 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()
A Dremoteproc_core.c550 struct rproc_debug_trace *trace; in rproc_handle_trace() local
565 trace = kzalloc(sizeof(*trace), GFP_KERNEL); in rproc_handle_trace()
566 if (!trace) in rproc_handle_trace()
570 trace->trace_mem.len = rsc->len; in rproc_handle_trace()
571 trace->trace_mem.da = rsc->da; in rproc_handle_trace()
574 trace->rproc = rproc; in rproc_handle_trace()
580 trace->tfile = rproc_create_trace_file(name, rproc, trace); in rproc_handle_trace()
1224 struct rproc_debug_trace *trace, *ttmp; in rproc_resource_cleanup() local
1230 rproc_remove_trace_file(trace->tfile); in rproc_resource_cleanup()
1232 list_del(&trace->node); in rproc_resource_cleanup()
[all …]
/drivers/hwtracing/stm/
A 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/net/wireless/mediatek/mt76/mt7915/
A Dcoredump.h9 struct trace { struct
43 struct trace t;
49 struct trace irq[60];
/drivers/staging/vc04_services/interface/vchiq_arm/
A 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()
A Dvchiq_arm.h95 int trace; member
135 vchiq_instance_set_trace(struct vchiq_instance *instance, int trace);
/drivers/usb/gadget/udc/cdns2/
A DMakefile3 CFLAGS_cdns2-trace.o := -I$(src)
7 cdns2-udc-pci-$(CONFIG_TRACING) += cdns2-trace.o
/drivers/block/rnbd/
A DMakefile8 CFLAGS_rnbd-srv-trace.o = -I$(src)
12 rnbd-srv-trace.o
/drivers/gpu/drm/i915/selftests/
A 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/usb/host/
A 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/net/ethernet/mellanox/mlx5/core/diag/
A Dfw_tracer.c463 struct tracer_event *tracer_event, u64 *trace) in poll_trace() argument
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()
502 MLX5_GET(tracer_string_event, trace, tmsn); in poll_trace()
[all …]
/drivers/misc/mei/
A DMakefile28 mei-$(CONFIG_EVENT_TRACING) += mei-trace.o
29 CFLAGS_mei-trace.o = -I$(src)

Completed in 66 milliseconds

12345678