/Linux-v5.4/drivers/input/mouse/ |
D | elantech.c | 624 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/ |
D | Makefile | 75 obj-$(CONFIG_TRACEPOINTS) += power-traces.o 77 obj-$(CONFIG_TRACEPOINTS) += rpm-traces.o
|
/Linux-v5.4/drivers/md/persistent-data/ |
D | dm-block-manager.c | 50 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/ |
D | card_utils.c | 848 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/ |
D | stack-validation.txt | 12 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/ |
D | gdbmacros.txt | 3 # 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/ |
D | Makefile | 23 obj-$(CONFIG_TRACEPOINTS) += net-traces.o
|
/Linux-v5.4/Documentation/trace/ |
D | function-graph-fold.vim | 1 " Enable folding for ftrace function_graph traces.
|
D | intel_th.rst | 95 # .. wait for traces to pile up .. 116 software traces to the Software Trace Hub (an stm class device). The
|
/Linux-v5.4/drivers/iommu/ |
D | Makefile | 3 obj-$(CONFIG_IOMMU_API) += iommu-traces.o
|
/Linux-v5.4/arch/x86/ |
D | Kconfig.debug | 289 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/ |
D | usbmon.rst | 9 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/ |
D | Kconfig | 24 If you say Y here, the kernelcapi driver can make verbose traces
|
/Linux-v5.4/Documentation/networking/ |
D | iphase.txt | 111 IADebugFlag, which controls the output of the traces. You can find the bit 115 traces together with loading the driver.
|
/Linux-v5.4/Documentation/ |
D | irqflags-tracing.txt | 7 The "irq-flags tracing" feature "traces" hardirq and softirq state, in
|
/Linux-v5.4/include/linux/ |
D | remoteproc.h | 497 struct list_head traces; member
|
/Linux-v5.4/drivers/hwtracing/intel_th/ |
D | Kconfig | 65 storing STP traces to system memory. It supports single
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | ls1021a-tsn.dts | 118 /* RGMII delays added via PCB traces */
|
/Linux-v5.4/fs/pstore/ |
D | Kconfig | 134 With this option kernel traces function calls into a persistent
|
/Linux-v5.4/tools/perf/Documentation/ |
D | perf-script.txt | 403 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/ |
D | Kconfig | 55 connected to an external host for use case capturing more traces than
|
/Linux-v5.4/net/batman-adv/ |
D | Kconfig | 118 say N here. Select this option to gather traces like the debug
|
/Linux-v5.4/Documentation/devicetree/bindings/net/dsa/ |
D | sja1105.txt | 48 the fixed-link, or by PCB serpentine traces on the board.
|
/Linux-v5.4/Documentation/RCU/ |
D | stallwarn.txt | 98 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/ |
D | Kconfig.debug | 25 with stack traces of last allocation and freeing of the page, when
|