Home
last modified time | relevance | path

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

12345

/openbmc/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
/openbmc/docs/designs/
H A Derror-log-handling-for-phal.md117 error logging traces.
119 Debug traces returned through the callback method will be added to the PEL.
124 error logging traces.
126 Debug traces returned through the callback method will be added to the PEL.
130 Applications need to register callback methods to get the debug traces from
133 Debug traces returned through the callback method will be added to the PEL.
137 ### Register for debug traces and boot errors
141 ### Process debug traces
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/
H A Dbabeltrace_1.5.11.bb2 …host side, as well as a trace converter, which used to convert LTTng 2.0 traces into human-readabl…
53 install -d "$f" "${D}${PTEST_PATH}/tests/ctf-traces/"
54 cp -a ${S}/tests/ctf-traces/* ${D}${PTEST_PATH}/tests/ctf-traces/
H A Dbabeltrace2_2.0.6.bb2 …host side, as well as a trace converter, which used to convert LTTng 2.0 traces into human-readabl…
55 install -d "${D}${PTEST_PATH}/tests/data/ctf-traces/"
56 cp -a ${S}/tests/data/ctf-traces/* ${D}${PTEST_PATH}/tests/data/ctf-traces/
/openbmc/linux/kernel/trace/
H A DMakefile92 obj-$(CONFIG_TRACEPOINTS) += error_report-traces.o
93 obj-$(CONFIG_TRACEPOINTS) += power-traces.o
95 obj-$(CONFIG_TRACEPOINTS) += rpm-traces.o
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/files/
H A D0001-freedreno-don-t-encode-build-path-into-binaries.patch28 command: [asm, '-g', '6', files('../.gitlab-ci/traces/afuc_test.asm'), '@OUTPUT@'],
48 command: [cffdump, '--unit-test', args, files('../.gitlab-ci/traces/' + name + '.rd.gz')],
55 command: [crashdec, args, files('../.gitlab-ci/traces/' + name + '.devcore')],
/openbmc/openbmc/poky/meta/recipes-devtools/gnu-config/gnu-config/
H A Dgnu-configize.in155 my $traces = new Autom4te::XFile
165 while ($_ = $traces->getline)
/openbmc/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 …]
/openbmc/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()
/openbmc/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()
/openbmc/phosphor-host-ipmid/
H A DREADME.md28 ## Enable debug traces
/openbmc/linux/tools/objtool/Documentation/
H A Dobjtool.txt19 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
/openbmc/qemu/docs/
H A Dqemu-option-trace.rst.inc24 Log output traces to *FILE*.
/openbmc/linux/Documentation/trace/coresight/
H A Dcoresight-trbe.rst14 memory, CPU traces generated from a corresponding percpu tracing unit. This
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opentelemetry/
H A Dopentelemetry-cpp_1.17.0.bb3 such as traces, metrics, and logs."
/openbmc/linux/arch/x86/
H A DKconfig.debug230 traces for panics, oopses, bugs, warnings, perf, /proc/<pid>/stack,
239 unwinding kernel stack traces. It uses a custom data format which is
255 stack traces.
267 traces. It scans the stack and reports every kernel text address it
/openbmc/linux/drivers/iommu/
H A DMakefile4 obj-$(CONFIG_IOMMU_API) += iommu-traces.o
/openbmc/linux/Documentation/hwmon/
H A Dmax31730.rst25 for high series resistance in circuit-board traces and the external thermal
/openbmc/linux/net/core/
H A DMakefile26 obj-$(CONFIG_TRACEPOINTS) += net-traces.o
/openbmc/linux/Documentation/trace/
H A Dfunction-graph-fold.vim1 " Enable folding for ftrace function_graph traces.
/openbmc/linux/drivers/isdn/capi/
H A DKconfig21 If you say Y here, the kernelcapi driver can make verbose traces
/openbmc/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
/openbmc/openbmc/poky/meta/recipes-kernel/blktrace/
H A Dblktrace_git.bb1 SUMMARY = "Generates traces of I/O traffic on block devices"
/openbmc/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
/openbmc/linux/arch/xtensa/
H A DKconfig.debug40 prints in stack traces.

12345