/linux-6.6.21/arch/loongarch/ |
D | Kconfig.debug | 6 traces for panics, oopses, bugs, warnings, perf, /proc/<pid>/stack, 13 traces. It scans the stack and reports every kernel text address it 24 traces. It unwind the stack frame based on prologue code analyze. Symbol
|
/linux-6.6.21/kernel/trace/ |
D | Makefile | 92 obj-$(CONFIG_TRACEPOINTS) += error_report-traces.o 93 obj-$(CONFIG_TRACEPOINTS) += power-traces.o 95 obj-$(CONFIG_TRACEPOINTS) += rpm-traces.o
|
/linux-6.6.21/drivers/input/mouse/ |
D | elantech.c | 678 int pres, traces; in process_packet_head_v4() local 687 traces = (packet[0] & 0xf0) >> 4; in process_packet_head_v4() 695 input_report_abs(dev, ABS_MT_TOUCH_MAJOR, traces * etd->width); in process_packet_head_v4() 697 input_report_abs(dev, ABS_TOOL_WIDTH, traces); in process_packet_head_v4() 1682 unsigned char traces; in elantech_query_info() local 1846 traces = info->capabilities[1]; in elantech_query_info() 1847 if ((traces < 2) || (traces > info->x_max)) in elantech_query_info() 1850 info->width = info->x_max / (traces - 1); in elantech_query_info() 1853 info->x_traces = traces; in elantech_query_info() 1856 traces = info->capabilities[2]; in elantech_query_info() [all …]
|
/linux-6.6.21/drivers/md/persistent-data/ |
D | dm-block-manager.c | 51 struct stack_store traces[MAX_HOLDERS]; member 86 t = lock->traces + h; in __add_holder() 109 stack_trace_print(lock->traces[i].entries, in __check_holder() 110 lock->traces[i].nr_entries, 4); in __check_holder()
|
/linux-6.6.21/drivers/misc/genwqe/ |
D | card_utils.c | 832 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()
|
/linux-6.6.21/tools/objtool/Documentation/ |
D | objtool.txt | 19 stack traces are reliable for live patching 100 code and C inline assembly code so that stack traces can be reliable. 113 a) More reliable stack traces for frame pointer enabled kernels 131 For stack traces based on frame pointers to be reliable, all 190 stack traces need to be reliable (or an unreliable condition needs to 219 This rule ensures that frame pointer based stack traces will work as 299 If you're 100% sure the code won't affect stack traces, or if you're 440 that it won't affect kernel stack traces, you can tell objtool to
|
/linux-6.6.21/Documentation/trace/coresight/ |
D | coresight-trbe.rst | 14 memory, CPU traces generated from a corresponding percpu tracing unit. This
|
D | coresight-perf.rst | 93 are in tests/shell/coresight and will collect traces to ensure a 130 quality of traces.
|
/linux-6.6.21/Documentation/hwmon/ |
D | max31730.rst | 25 for high series resistance in circuit-board traces and the external thermal
|
/linux-6.6.21/drivers/iommu/ |
D | Makefile | 4 obj-$(CONFIG_IOMMU_API) += iommu-traces.o
|
/linux-6.6.21/arch/x86/ |
D | Kconfig.debug | 230 traces for panics, oopses, bugs, warnings, perf, /proc/<pid>/stack, 239 unwinding kernel stack traces. It uses a custom data format which is 254 stack traces. 266 traces. It scans the stack and reports every kernel text address it
|
/linux-6.6.21/net/core/ |
D | Makefile | 26 obj-$(CONFIG_TRACEPOINTS) += net-traces.o
|
/linux-6.6.21/Documentation/trace/ |
D | function-graph-fold.vim | 1 " Enable folding for ftrace function_graph traces.
|
D | intel_th.rst | 96 # .. wait for traces to pile up .. 117 software traces to the Software Trace Hub (an stm class device). The
|
/linux-6.6.21/drivers/isdn/capi/ |
D | Kconfig | 21 If you say Y here, the kernelcapi driver can make verbose traces
|
/linux-6.6.21/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-6.6.21/arch/xtensa/ |
D | Kconfig.debug | 40 prints in stack traces.
|
/linux-6.6.21/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-6.6.21/Documentation/devicetree/bindings/arm/ |
D | arm,coresight-etb10.yaml | 23 The CoreSight Embedded Trace Buffer stores traces in a dedicated SRAM that is
|
/linux-6.6.21/arch/arm64/boot/dts/freescale/ |
D | imx8mm-verdin-dev.dtsi | 156 /* Limit frequency on dev board due to long traces and bad signal integrity */
|
D | imx8mp-verdin-dev.dtsi | 208 /* Limit frequency on dev board due to long traces and bad signal integrity */
|
/linux-6.6.21/Documentation/filesystems/caching/ |
D | fscache.rst | 241 CACHE Cache cookie debug ID (also appears in traces) 271 VOLUME The volume cookie debug ID (also appears in traces) 307 COOKIE The cookie debug ID (also appears in traces)
|
/linux-6.6.21/Documentation/networking/device_drivers/atm/ |
D | iphase.rst | 128 IADebugFlag, which controls the output of the traces. You can find the bit 132 traces together with loading the driver.
|
/linux-6.6.21/Documentation/core-api/irq/ |
D | irqflags-tracing.rst | 7 The "irq-flags tracing" feature "traces" hardirq and softirq state, in
|
/linux-6.6.21/drivers/of/ |
D | Kconfig | 29 traces to print on the console. It is possible that the tests will
|