Searched refs:stacktrace (Results 1 - 25 of 158) sorted by relevance

1234567

/linux-master/arch/s390/include/asm/
H A Dsoftirq_stack.h6 #include <asm/stacktrace.h>
/linux-master/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc-filter-stacktrace.tc3 # description: ftrace - stacktrace filter command
7 echo $FUNCTION_FORK:stacktrace >> set_ftrace_filter
9 grep -q "$FUNCTION_FORK:stacktrace:unlimited" set_ftrace_filter
/linux-master/tools/testing/selftests/ftrace/test.d/trigger/
H A Dtrigger-stacktrace.tc3 # description: event trigger - test stacktrace-trigger
11 FEATURE=`grep stacktrace events/sched/sched_process_fork/trigger`
13 echo "stacktrace trigger is not supported"
17 echo "Test stacktrace trigger"
19 echo 0 > options/stacktrace
20 echo 'stacktrace' > events/sched/sched_process_fork/trigger
23 fail "stacktrace trigger on sched_process_fork did not work"
27 echo "Test stacktrace semantic errors"
29 ! echo "stacktrace:foo" > events/sched/sched_process_fork/trigger
30 echo "stacktrace" > event
[all...]
/linux-master/arch/sh/include/asm/
H A Dunwinder.h5 #include <asm/stacktrace.h>
/linux-master/arch/arm64/include/asm/stacktrace/
H A Dnvhe.h10 * stacktrace.
14 * buffer where the host can read and print the stacktrace.
21 #include <asm/stacktrace/common.h>
/linux-master/arch/microblaze/kernel/
H A Dstacktrace.c14 #include <linux/stacktrace.h>
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dstacktrace.c38 #include <asm/stacktrace/nvhe.h>
86 * pkvm_save_backtrace_entry - Saves a protected nVHE HYP stacktrace entry
88 * @arg : index of the entry in the stacktrace buffer
91 * Save the return address of a stack frame to the shared stacktrace buffer.
96 unsigned long *stacktrace = this_cpu_ptr(pkvm_stacktrace); local
106 stacktrace[*idx] = where;
107 stacktrace[++*idx] = 0UL;
113 * pkvm_save_backtrace - Saves the protected nVHE HYP stacktrace
118 * Save the unwinded stack addresses to the shared stacktrace buffer.
/linux-master/arch/arm64/kernel/
H A Dreturn_address.c12 #include <linux/stacktrace.h>
/linux-master/arch/arm64/kvm/
H A Dstacktrace.c10 * stacktrace.
14 * buffer where the host can read and print the stacktrace.
22 #include <asm/stacktrace/nvhe.h>
176 * the stacktrace.
209 * stack addresses from the shared stacktrace buffer, since the
215 unsigned long *stacktrace local
220 /* The saved stacktrace is terminated by a null entry */
222 i < ARRAY_SIZE(kvm_nvhe_sym(pkvm_stacktrace)) && stacktrace[i];
224 kvm_nvhe_dump_backtrace_entry((void *)hyp_offset, stacktrace[i]);
230 kvm_err("Cannot dump pKVM nVHE stacktrace
[all...]
/linux-master/arch/openrisc/kernel/
H A DMakefile13 obj-$(CONFIG_STACKTRACE) += stacktrace.o
/linux-master/arch/loongarch/include/asm/
H A Dkexec.h11 #include <asm/stacktrace.h>
/linux-master/arch/mips/include/asm/
H A Dkexec.h10 #include <asm/stacktrace.h>
/linux-master/arch/riscv/include/asm/
H A Dentry-common.h6 #include <asm/stacktrace.h>
/linux-master/arch/riscv/kernel/
H A Dreturn_address.c10 #include <linux/stacktrace.h>
/linux-master/arch/sh/kernel/
H A Dstacktrace.c3 * arch/sh/kernel/stacktrace.c
11 #include <linux/stacktrace.h>
16 #include <asm/stacktrace.h>
/linux-master/arch/um/kernel/
H A Dstacktrace.c11 #include <linux/stacktrace.h>
14 #include <asm/stacktrace.h>
/linux-master/arch/csky/kernel/
H A DMakefile6 obj-y += process.o cpu-probe.o ptrace.o stacktrace.o
12 obj-$(CONFIG_STACKTRACE) += stacktrace.o
/linux-master/arch/s390/kernel/
H A Dstacktrace.c8 #include <linux/stacktrace.h>
11 #include <asm/stacktrace.h>
/linux-master/arch/mips/kernel/
H A Dperf_event.c11 * support references the code of MIPS stacktrace.c.
17 #include <asm/stacktrace.h>
/linux-master/arch/hexagon/kernel/
H A Dstacktrace.c10 #include <linux/stacktrace.h>
H A DMakefile19 obj-$(CONFIG_STACKTRACE) += stacktrace.o
/linux-master/arch/parisc/kernel/
H A Dstacktrace.c6 * based on arch/x86/kernel/stacktrace.c by Ingo Molnar <mingo@redhat.com>
9 * TODO: Userspace stacktrace (CONFIG_USER_STACKTRACE_SUPPORT)
12 #include <linux/stacktrace.h>
/linux-master/arch/arm/kernel/
H A Dreturn_address.c12 #include <asm/stacktrace.h>
/linux-master/include/linux/
H A Dstackleak.h16 #include <asm/stacktrace.h>
/linux-master/kernel/
H A Dbacktracetest.c14 #include <linux/stacktrace.h>

Completed in 308 milliseconds

1234567