Home
last modified time | relevance | path

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

123

/linux/arch/loongarch/
H A DKconfig.debug6 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
35 unwinding kernel stack traces. It uses a custom data format which is
/linux/drivers/input/mouse/
H A Delantech.c678 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()
1713 unsigned char traces; in elantech_query_info() local
1877 traces = info->capabilities[1]; in elantech_query_info()
1878 if ((traces < 2) || (traces > info->x_max)) in elantech_query_info()
1881 info->width = info->x_max / (traces - 1); in elantech_query_info()
1884 info->x_traces = traces; in elantech_query_info()
1887 traces = info->capabilities[2]; in elantech_query_info()
[all …]
/linux/kernel/trace/
H A DMakefile112 obj-$(CONFIG_TRACEPOINTS) += error_report-traces.o
113 obj-$(CONFIG_TRACEPOINTS) += power-traces.o
115 obj-$(CONFIG_TRACEPOINTS) += rpm-traces.o
/linux/drivers/md/persistent-data/
H A Ddm-block-manager.c51 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/drivers/misc/genwqe/
H A 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()
/linux/Documentation/trace/coresight/
H A Dcoresight-trbe.rst14 memory, CPU traces generated from a corresponding percpu tracing unit. This
H A Dcoresight-perf.rst
/linux/Documentation/trace/
H A Dfunction-graph-fold.vim1 " Enable folding for ftrace function_graph traces.
H A Dintel_th.rst96 # .. wait for traces to pile up ..
117 software traces to the Software Trace Hub (an stm class device). The
/linux/Documentation/admin-guide/kdump/
H A 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/Documentation/usb/
H A 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/arch/xtensa/
H A DKconfig.debug40 prints in stack traces.
/linux/Documentation/filesystems/caching/
H A Dfscache.rst241 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/arch/arm64/boot/dts/freescale/
H A Dimx8mm-verdin-dev.dtsi161 /* Limit frequency on dev board due to long traces and bad signal integrity */
/linux/Documentation/core-api/irq/
H A Dirqflags-tracing.rst7 The "irq-flags tracing" feature "traces" hardirq and softirq state, in
/linux/drivers/hwtracing/intel_th/
H A DKconfig66 storing STP traces to system memory. It supports single
/linux/drivers/of/
H A DKconfig34 traces to print on the console. It is possible that the tests will
/linux/include/linux/
H A Dremoteproc.h253 * @traces: list of trace buffers
295 struct list_head traces;
562 struct list_head traces; global() member
/linux/arch/arm/boot/dts/intel/ixp/
H A Dintel-ixp42x-actiontec-mi424wr.dtsi77 /* The last three LEDs are not mounted but traces exist on the PCB */
/linux/Documentation/admin-guide/mm/
H A Dslab.rst407 Prints information about unique allocation traces of the currently
438 Prints information about unique freeing traces of the currently allocated
439 objects. The freeing traces thus come from the previous life-cycle of the
/linux/arch/powerpc/
H A DKconfig.debug24 prints in stack traces. This can be useful if your display is
25 too small and stack traces cause important information to
/linux/arch/arm/boot/dts/allwinner/
H A Dsun8i-a83t-allwinner-h8homlet-v2.dts233 * Set a 100ms delay to account for PMIC ramp time and board traces.
/linux/drivers/remoteproc/
H A Dremoteproc_core.c535 * where the remote processor is dumping the traces. Later we could also
577 list_add_tail(&trace->node, &rproc->traces); in rproc_handle_trace()
1219 list_for_each_entry_safe(trace, ttmp, &rproc->traces, node) { in rproc_resource_cleanup()
2504 INIT_LIST_HEAD(&rproc->traces); in rproc_alloc()
/linux/tools/perf/Documentation/
H A Dperf-script.txt467 for intel_pt traces. The default is 'raw'. To use xed, combine
505 Show call stream for intel_pt traces. The CPUs are interleaved, but
509 Show call and return stream for intel_pt traces.
H A Dtips.txt32 To show inline functions in call traces add --inline to perf report

123