Home
last modified time | relevance | path

Searched refs:traces (Results 1 – 25 of 53) sorted by relevance

123

/Linux-v5.4/drivers/input/mouse/
Delantech.c624 int pres, traces; in process_packet_head_v4() local
632 traces = (packet[0] & 0xf0) >> 4; in process_packet_head_v4()
640 input_report_abs(dev, ABS_MT_TOUCH_MAJOR, traces * etd->width); in process_packet_head_v4()
642 input_report_abs(dev, ABS_TOOL_WIDTH, traces); in process_packet_head_v4()
1600 unsigned char traces; in elantech_query_info() local
1731 traces = info->capabilities[1]; in elantech_query_info()
1732 if ((traces < 2) || (traces > info->x_max)) in elantech_query_info()
1735 info->width = info->x_max / (traces - 1); in elantech_query_info()
1738 info->x_traces = traces; in elantech_query_info()
1741 traces = info->capabilities[2]; in elantech_query_info()
[all …]
/Linux-v5.4/kernel/trace/
DMakefile75 obj-$(CONFIG_TRACEPOINTS) += power-traces.o
77 obj-$(CONFIG_TRACEPOINTS) += rpm-traces.o
/Linux-v5.4/drivers/md/persistent-data/
Ddm-block-manager.c50 struct stack_store traces[MAX_HOLDERS]; member
85 t = lock->traces + h; in __add_holder()
107 stack_trace_print(lock->traces[i].entries, in __check_holder()
108 lock->traces[i].nr_entries, 4); in __check_holder()
/Linux-v5.4/drivers/misc/genwqe/
Dcard_utils.c848 int entries = 0, ring, traps, traces, trace_entries; in genwqe_ffdc_buff_size() local
888 traces = (val >> 16) & 0xff; in genwqe_ffdc_buff_size()
891 entries += traps + (traces * trace_entries); in genwqe_ffdc_buff_size()
902 int i, traps, traces, trace, trace_entries, trace_entry, ring; in genwqe_ffdc_buff_read() local
953 traces = (val >> 16) & 0xff; /* Number of Traces */ in genwqe_ffdc_buff_read()
959 for (trace = 0; trace <= traces; trace++) { in genwqe_ffdc_buff_read()
/Linux-v5.4/tools/objtool/Documentation/
Dstack-validation.txt12 that stack traces can be reliable.
33 a) More reliable stack traces for frame pointer enabled kernels
51 For stack traces based on frame pointers to be reliable, all
110 stack traces need to be reliable (or an unreliable condition needs to
142 This rule ensures that frame pointer based stack traces will work as
216 If you're 100% sure the code won't affect stack traces, or if you're
301 that it won't affect kernel stack traces, you can tell objtool to
/Linux-v5.4/Documentation/admin-guide/kdump/
Dgdbmacros.txt3 # useful information from kernel crashdump (kdump) like stack traces of
55 dump all thread stack traces on a kernel compiled with !CONFIG_FRAME_POINTER
101 dump all thread stack traces on a kernel compiled with CONFIG_FRAME_POINTER
/Linux-v5.4/net/core/
DMakefile23 obj-$(CONFIG_TRACEPOINTS) += net-traces.o
/Linux-v5.4/Documentation/trace/
Dfunction-graph-fold.vim1 " Enable folding for ftrace function_graph traces.
Dintel_th.rst95 # .. wait for traces to pile up ..
116 software traces to the Software Trace Hub (an stm class device). The
/Linux-v5.4/drivers/iommu/
DMakefile3 obj-$(CONFIG_IOMMU_API) += iommu-traces.o
/Linux-v5.4/arch/x86/
DKconfig.debug289 traces for panics, oopses, bugs, warnings, perf, /proc/<pid>/stack,
298 unwinding kernel stack traces. It uses a custom data format which is
313 stack traces.
329 traces. It scans the stack and reports every kernel text address it
/Linux-v5.4/Documentation/usb/
Dusbmon.rst9 used to collect traces of I/O on the USB bus. This function is analogous
12 USBMon (with uppercase letters) is used to examine raw traces produced
16 Controller Drivers (HCD). So, if HCD is buggy, the traces reported by
24 How to use usbmon to collect raw text traces
27 Unlike the packet socket, usbmon has an interface which provides traces
/Linux-v5.4/drivers/isdn/capi/
DKconfig24 If you say Y here, the kernelcapi driver can make verbose traces
/Linux-v5.4/Documentation/networking/
Diphase.txt111 IADebugFlag, which controls the output of the traces. You can find the bit
115 traces together with loading the driver.
/Linux-v5.4/Documentation/
Dirqflags-tracing.txt7 The "irq-flags tracing" feature "traces" hardirq and softirq state, in
/Linux-v5.4/include/linux/
Dremoteproc.h497 struct list_head traces; member
/Linux-v5.4/drivers/hwtracing/intel_th/
DKconfig65 storing STP traces to system memory. It supports single
/Linux-v5.4/arch/arm/boot/dts/
Dls1021a-tsn.dts118 /* RGMII delays added via PCB traces */
/Linux-v5.4/fs/pstore/
DKconfig134 With this option kernel traces function calls into a persistent
/Linux-v5.4/tools/perf/Documentation/
Dperf-script.txt403 Show instruction stream for intel_pt traces. Combine with --xed to
410 Show call stream for intel_pt traces. The CPUs are interleaved, but
414 Show call and return stream for intel_pt traces.
/Linux-v5.4/drivers/hwtracing/coresight/
DKconfig55 connected to an external host for use case capturing more traces than
/Linux-v5.4/net/batman-adv/
DKconfig118 say N here. Select this option to gather traces like the debug
/Linux-v5.4/Documentation/devicetree/bindings/net/dsa/
Dsja1105.txt48 the fixed-link, or by PCB serpentine traces on the board.
/Linux-v5.4/Documentation/RCU/
Dstallwarn.txt98 To diagnose the cause of the stall, inspect the stack traces.
101 comparing the stack traces can often help determine where the stall
150 own warnings, as this often gives better-quality stack traces.
/Linux-v5.4/mm/
DKconfig.debug25 with stack traces of last allocation and freeing of the page, when

123