Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/drivers/input/mouse/
Delantech.c678 int pres, traces; in process_packet_head_v4() local
686 traces = (packet[0] & 0xf0) >> 4; in process_packet_head_v4()
694 input_report_abs(dev, ABS_MT_TOUCH_MAJOR, traces * etd->width); in process_packet_head_v4()
696 input_report_abs(dev, ABS_TOOL_WIDTH, traces); in process_packet_head_v4()
1681 unsigned char traces; in elantech_query_info() local
1845 traces = info->capabilities[1]; in elantech_query_info()
1846 if ((traces < 2) || (traces > info->x_max)) in elantech_query_info()
1849 info->width = info->x_max / (traces - 1); in elantech_query_info()
1852 info->x_traces = traces; in elantech_query_info()
1855 traces = info->capabilities[2]; in elantech_query_info()
[all …]
/kernel/linux/linux-5.10/kernel/trace/
DMakefile84 obj-$(CONFIG_TRACEPOINTS) += power-traces.o
86 obj-$(CONFIG_TRACEPOINTS) += rpm-traces.o
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/misc/genwqe/
Dcard_utils.c832 int entries = 0, ring, traps, traces, trace_entries; in genwqe_ffdc_buff_size() local
872 traces = (val >> 16) & 0xff; in genwqe_ffdc_buff_size()
875 entries += traps + (traces * trace_entries); in genwqe_ffdc_buff_size()
890 int i, traps, traces, trace, trace_entries, trace_entry, ring; in genwqe_ffdc_buff_read() local
941 traces = (val >> 16) & 0xff; /* Number of Traces */ in genwqe_ffdc_buff_read()
947 for (trace = 0; trace <= traces; trace++) { in genwqe_ffdc_buff_read()
/kernel/linux/linux-5.10/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
344 that it won't affect kernel stack traces, you can tell objtool to
/kernel/linux/linux-5.10/drivers/iommu/
DMakefile4 obj-$(CONFIG_IOMMU_API) += iommu-traces.o
/kernel/linux/linux-5.10/net/core/
DMakefile23 obj-$(CONFIG_TRACEPOINTS) += net-traces.o
/kernel/linux/linux-5.10/Documentation/hwmon/
Dmax31730.rst25 for high series resistance in circuit-board traces and the external thermal
/kernel/linux/linux-5.10/arch/x86/
DKconfig.debug240 traces for panics, oopses, bugs, warnings, perf, /proc/<pid>/stack,
249 unwinding kernel stack traces. It uses a custom data format which is
264 stack traces.
276 traces. It scans the stack and reports every kernel text address it
/kernel/linux/linux-5.10/Documentation/trace/
Dfunction-graph-fold.vim1 " Enable folding for ftrace function_graph traces.
Dintel_th.rst96 # .. wait for traces to pile up ..
117 software traces to the Software Trace Hub (an stm class device). The
/kernel/linux/linux-5.10/arch/xtensa/
DKconfig.debug40 prints in stack traces.
/kernel/linux/linux-5.10/drivers/isdn/capi/
DKconfig21 If you say Y here, the kernelcapi driver can make verbose traces
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/atm/
Diphase.rst128 IADebugFlag, which controls the output of the traces. You can find the bit
132 traces together with loading the driver.
/kernel/linux/linux-5.10/Documentation/core-api/irq/
Dirqflags-tracing.rst7 The "irq-flags tracing" feature "traces" hardirq and softirq state, in
/kernel/linux/linux-5.10/drivers/hwtracing/intel_th/
DKconfig65 storing STP traces to system memory. It supports single
/kernel/linux/linux-5.10/include/linux/
Dremoteproc.h529 struct list_head traces; member
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dls1021a-tsn.dts118 /* RGMII delays added via PCB traces */
Dsun8i-a83t-allwinner-h8homlet-v2.dts233 * Set a 100ms delay to account for PMIC ramp time and board traces.
/kernel/linux/linux-5.10/net/batman-adv/
DKconfig117 say N here. Select this option to gather traces like the debug
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/dsa/
Dsja1105.txt48 the fixed-link, or by PCB serpentine traces on the board.
/kernel/linux/linux-5.10/Documentation/RCU/
Dstallwarn.rst110 To diagnose the cause of the stall, inspect the stack traces.
113 comparing the stack traces can often help determine where the stall
166 own warnings, as this often gives better-quality stack traces.
/kernel/linux/linux-5.10/tools/perf/Documentation/
Dperf-script.txt413 Show instruction stream for intel_pt traces. Combine with --xed to
428 Show call stream for intel_pt traces. The CPUs are interleaved, but
432 Show call and return stream for intel_pt traces.

123