Home
last modified time | relevance | path

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

1234

/drivers/usb/host/
Dimx21-dbg.c134 struct debug_isoc_trace *trace = &imx21->isoc_trace[ in debug_isoc_submitted() local
138 trace->schedule_frame = td->frame; in debug_isoc_submitted()
139 trace->submit_frame = frame; in debug_isoc_submitted()
140 trace->request_len = td->len; in debug_isoc_submitted()
141 trace->td = td; in debug_isoc_submitted()
147 struct debug_isoc_trace *trace, *trace_failed; in debug_isoc_completed() local
151 trace = imx21->isoc_trace; in debug_isoc_completed()
152 for (i = 0; i < ARRAY_SIZE(imx21->isoc_trace); i++, trace++) { in debug_isoc_completed()
153 if (trace->td == td) { in debug_isoc_completed()
154 trace->done_frame = frame; in debug_isoc_completed()
[all …]
DMakefile6 CFLAGS_xhci-trace.o := -I$(src)
15 xhci-hcd-y += xhci-trace.o
/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dinit.c48 #define trace(fmt, args...) bioslog(TRACE, fmt, ##args) macro
322 trace("auxch read failed with %d\n", ret); in init_rdauxr()
335 trace("auxch write failed with %d\n", ret); in init_wrauxr()
485 trace("\t[0x%02x] (R[0x%06x] & 0x%08x) == 0x%08x\n", in init_condition_met()
502 trace("\t[0x%02x] (0x%04x[0x%02x] & 0x%02x) == 0x%02x\n", in init_io_condition_met()
595 trace("RESERVED 0x%02x\t", opcode); in init_reserved()
609 trace("DONE\n"); in init_done()
629 trace("IO_RESTRICT_PROG\tR[0x%06x] = " in init_io_restrict_prog()
639 trace("\t0x%08x *\n", data); in init_io_restrict_prog()
642 trace("\t0x%08x\n", data); in init_io_restrict_prog()
[all …]
/drivers/s390/net/
Dlcs.c412 LCS_DBF_TEXT_(4, trace, " %02x%02x%02x", in lcs_do_start_thread()
497 LCS_DBF_TEXT_(4, trace,"ssch%s", dev_name(&channel->ccwdev->dev)); in lcs_start_channel()
506 LCS_DBF_TEXT_(4,trace,"essh%s", in lcs_start_channel()
521 LCS_DBF_TEXT(4,trace,"clearch"); in lcs_clear_channel()
522 LCS_DBF_TEXT_(4, trace, "%s", dev_name(&channel->ccwdev->dev)); in lcs_clear_channel()
527 LCS_DBF_TEXT_(4, trace, "ecsc%s", in lcs_clear_channel()
548 LCS_DBF_TEXT(4,trace,"haltsch"); in lcs_stop_channel()
549 LCS_DBF_TEXT_(4, trace, "%s", dev_name(&channel->ccwdev->dev)); in lcs_stop_channel()
555 LCS_DBF_TEXT_(4, trace, "ehsc%s", in lcs_stop_channel()
573 LCS_DBF_TEXT(2, trace, "chstart"); in lcs_start_channels()
[all …]
Dnetiucv.c692 IUCV_DBF_TEXT(trace, 4, __func__); in conn_action_rx()
736 IUCV_DBF_TEXT(trace, 4, __func__); in conn_action_txdone()
820 IUCV_DBF_TEXT(trace, 3, __func__); in conn_action_connaccept()
840 IUCV_DBF_TEXT(trace, 3, __func__); in conn_action_connreject()
850 IUCV_DBF_TEXT(trace, 3, __func__); in conn_action_connack()
861 IUCV_DBF_TEXT(trace, 3, __func__); in conn_action_conntimsev()
873 IUCV_DBF_TEXT(trace, 3, __func__); in conn_action_connsever()
892 IUCV_DBF_TEXT(trace, 3, __func__); in conn_action_start()
975 IUCV_DBF_TEXT(trace, 3, __func__); in conn_action_stop()
981 IUCV_DBF_TEXT(trace, 5, "calling iucv_path_sever\n"); in conn_action_stop()
[all …]
/drivers/tty/serial/
Dicom.c139 static inline void trace(struct icom_port *icom_port, char *trace_pt, in trace() function
146 static inline void trace(struct icom_port *icom_port, char *trace_pt, unsigned long trace_data) {}; in trace() function
154 trace(icom_port, "RET_PORT_MEM", 0); in free_port_memory()
193 trace(icom_port, "GET_PORT_MEM", in get_port_memory()
203 trace(icom_port, "GET_PORT_MEM", in get_port_memory()
213 trace(icom_port, "GET_PORT_MEM", in get_port_memory()
233 trace(icom_port, "FOD_ADDR", stgAddr); in get_port_memory()
239 trace(icom_port, "FOD_ADDR", stgAddr); in get_port_memory()
240 trace(icom_port, "FOD_XBUFF", in get_port_memory()
248 trace(icom_port, "FOD_XBUFF", in get_port_memory()
[all …]
/drivers/hwtracing/coresight/
DKconfig9 and trace drivers to register themselves with. It's intended to build
12 trace source gets enabled.
19 responsible for transporting and collecting the trace data
20 respectively. Link and sinks are dynamically aggregated with a trace
21 entity at run time to form a complete trace path.
29 trace router - ETR) or sink (embedded trace FIFO). The driver
39 components and a trace for bridging the gap between the on-chip
40 coresight components and a trace port collection engine, typically
77 programmable ATB replicator sends the ATB trace stream from the
/drivers/hwtracing/intel_th/
DKconfig5 produce, switch and output trace data from multiple hardware and
6 software sources over several types of trace output ports encoded
41 Software Trace Hub (STH) enables trace data from software
42 trace sources to be sent out via Intel(R) Trace Hub. It
50 Memory Storage Unit (MSU) trace output device enables
60 Parallel Trace Interface unit (PTI) is a trace output device
61 of Intel TH architecture that facilitates STP trace output via
/drivers/remoteproc/
Dremoteproc_debugfs.c50 struct rproc_mem_entry *trace = filp->private_data; in rproc_trace_read() local
51 int len = strnlen(trace->va, trace->len); in rproc_trace_read()
53 return simple_read_from_buffer(userbuf, count, ppos, trace->va, len); in rproc_trace_read()
199 struct rproc_mem_entry *trace) in rproc_create_trace_file() argument
204 trace, &trace_rproc_ops); in rproc_create_trace_file()
Dremoteproc_core.c410 struct rproc_mem_entry *trace; in rproc_handle_trace() local
433 trace = kzalloc(sizeof(*trace), GFP_KERNEL); in rproc_handle_trace()
434 if (!trace) in rproc_handle_trace()
438 trace->len = rsc->len; in rproc_handle_trace()
439 trace->va = ptr; in rproc_handle_trace()
445 trace->priv = rproc_create_trace_file(name, rproc, trace); in rproc_handle_trace()
446 if (!trace->priv) { in rproc_handle_trace()
447 trace->va = NULL; in rproc_handle_trace()
448 kfree(trace); in rproc_handle_trace()
452 list_add_tail(&trace->node, &rproc->traces); in rproc_handle_trace()
/drivers/gpu/drm/i915/
Dintel_uncore.c648 trace_i915_reg_rw(false, reg, val, sizeof(val), trace); \
653 gen2_read##x(struct drm_i915_private *dev_priv, off_t reg, bool trace) { \
661 gen5_read##x(struct drm_i915_private *dev_priv, off_t reg, bool trace) { \
691 trace_i915_reg_rw(false, reg, val, sizeof(val), trace); \
720 vgpu_read##x(struct drm_i915_private *dev_priv, off_t reg, bool trace) { \
728 gen6_read##x(struct drm_i915_private *dev_priv, off_t reg, bool trace) { \
740 vlv_read##x(struct drm_i915_private *dev_priv, off_t reg, bool trace) { \
752 chv_read##x(struct drm_i915_private *dev_priv, off_t reg, bool trace) { \
770 gen9_read##x(struct drm_i915_private *dev_priv, off_t reg, bool trace) { \
821 trace_i915_reg_rw(true, reg, val, sizeof(val), trace); \
[all …]
/drivers/usb/dwc3/
Ddebug.c20 void dwc3_trace(void (*trace)(struct va_format *), const char *fmt, ...) in dwc3_trace()
29 trace(&vaf); in dwc3_trace()
/drivers/net/ethernet/neterion/
DKconfig45 bool "Enabling All Debug trace statements in driver"
49 Say Y here if you want to enabling all the debug trace statements in
50 the vxge driver. By default only few debug trace statements are
/drivers/media/usb/pwc/
Dphilips.txt183 trace
185 'trace' of some of the calls the module makes; it logs all items in your
188 The trace variable is a bitmask; each bit represents a certain feature.
189 If you want to trace something, look up the bit value(s) in the table
190 below, add the values together and supply that to the trace variable.
212 For example, to trace the open() & read() functions, sum 8 + 4 = 12,
213 so you would supply trace=12 during insmod or modprobe. If
214 you want to turn the initialization and probing tracing off, set trace=0.
215 The default value for trace is 35 (0x23).
223 The fbufs, mbufs and trace parameters are global and apply to all connected
/drivers/misc/mei/
DMakefile25 mei-$(CONFIG_EVENT_TRACING) += mei-trace.o
26 CFLAGS_mei-trace.o = -I$(src)
/drivers/usb/gadget/legacy/
Dwebcam.c37 static unsigned int trace; variable
38 module_param(trace, uint, S_IRUGO|S_IWUSR);
39 MODULE_PARM_DESC(trace, "Trace level bitmask");
386 uvc_set_trace_param(trace); in webcam_bind()
/drivers/hwtracing/stm/
DKconfig25 This is a kernel space trace source that sends kernel log
26 messages to trace hosts over STM devices.
/drivers/media/v4l2-core/
DMakefile17 videodev-objs += vb2-trace.o v4l2-trace.o
/drivers/net/ethernet/neterion/vxge/
Dvxge-main.h323 #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/
Divtvfb.c468 u32 trace; in ivtvfb_ioctl() local
474 trace = read_reg(IVTV_REG_DEC_LINE_FIELD) >> 16; in ivtvfb_ioctl()
475 if (itv->is_out_50hz && trace > 312) in ivtvfb_ioctl()
476 trace -= 312; in ivtvfb_ioctl()
477 else if (itv->is_out_60hz && trace > 262) in ivtvfb_ioctl()
478 trace -= 262; in ivtvfb_ioctl()
479 if (trace == 1) in ivtvfb_ioctl()
482 vblank.vcount = trace; in ivtvfb_ioctl()
/drivers/net/wireless/ath/ath6kl/
DKconfig50 example, can be enabled with help of trace-cmd. All debug
52 enablable trace points.
/drivers/misc/genwqe/
Dcard_utils.c916 int i, traps, traces, trace, trace_entries, trace_entry, ring; in genwqe_ffdc_buff_read() local
973 for (trace = 0; trace <= traces; trace++) { in genwqe_ffdc_buff_read()
975 GENWQE_EXTENDED_DIAG_SELECTOR(ring, trace); in genwqe_ffdc_buff_read()
982 trace_entry < (trace ? trace_entries : traps); in genwqe_ffdc_buff_read()
/drivers/staging/rts5208/
DMakefile6 rtsx_card.o general.o sd.o xd.o ms.o spi.o trace.o
/drivers/net/wireless/mediatek/mt7601u/
DMakefile6 usb.o init.o main.o mcu.o trace.o dma.o core.o eeprom.o phy.o \
/drivers/md/bcache/
DMakefile5 io.o journal.o movinggc.o request.o stats.o super.o sysfs.o trace.o\

1234