Home
last modified time | relevance | path

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

123

/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dstacktrace.c96 unsigned long *stacktrace = this_cpu_ptr(pkvm_stacktrace); in pkvm_save_backtrace_entry() local
106 stacktrace[*idx] = where; in pkvm_save_backtrace_entry()
107 stacktrace[++*idx] = 0UL; in pkvm_save_backtrace_entry()
/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/
H A Dtrigger-stacktrace.tc11 FEATURE=`grep stacktrace events/sched/sched_process_fork/trigger`
19 echo 0 > options/stacktrace
/openbmc/linux/tools/testing/fault-injection/
H A Dfailcmd.sh43 --stacktrace-depth=value, --require-start=value, --require-end=value,
88 LONGOPTS=$LONGOPTS,stacktrace-depth:,require-start:,require-end:
158 --stacktrace-depth)
159 echo $2 > $FAULTATTR/stacktrace-depth
/openbmc/linux/arch/arm64/kvm/
H A Dstacktrace.c215 unsigned long *stacktrace in pkvm_dump_backtrace() local
222 i < ARRAY_SIZE(kvm_nvhe_sym(pkvm_stacktrace)) && stacktrace[i]; in pkvm_dump_backtrace()
224 kvm_nvhe_dump_backtrace_entry((void *)hyp_offset, stacktrace[i]); in pkvm_dump_backtrace()
H A DMakefile15 guest.o debug.o reset.o sys_regs.o stacktrace.o \
/openbmc/linux/arch/csky/kernel/
H A DMakefile6 obj-y += process.o cpu-probe.o ptrace.o stacktrace.o
12 obj-$(CONFIG_STACKTRACE) += stacktrace.o
/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dpage_owner.rst123 ./page_owner_sort <input> <output> --cull=stacktrace
156 st stacktrace 页面分配的堆栈跟踪
169 st stacktrace 页面分配的堆栈跟踪
/openbmc/linux/arch/alpha/lib/
H A Dstacktrace.c91 stacktrace(void) in stacktrace() function
94 instr * prologue = (instr *)stacktrace; in stacktrace()
/openbmc/linux/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc-filter-stacktrace.tc7 echo $FUNCTION_FORK:stacktrace >> set_ftrace_filter
/openbmc/linux/Documentation/livepatch/
H A Dindex.rst16 reliable-stacktrace
H A Dreliable-stacktrace.rst16 to identify which functions are live is to use a stacktrace.
18 Existing stacktrace code may not always give an accurate picture of all
21 to provide a *reliable* stacktrace which ensures it never omits any live
28 Architectures must implement one of the reliable stacktrace functions.
33 Principally, the reliable stacktrace function must ensure that either:
45 Secondly, the reliable stacktrace function must be robust to cases where
89 architectures verify that a stacktrace ends at an expected location, e.g.
/openbmc/linux/tools/mm/
H A Dpage_owner_sort.c34 char *stacktrace; member
132 return strcmp(l1->stacktrace, l2->stacktrace); in compare_stacktrace()
527 list[list_size].stacktrace = strchr(list[list_size].txt, '\n') ?: ""; in add_list()
528 if (*list[list_size].stacktrace == '\n') in add_list()
529 list[list_size].stacktrace++; in add_list()
871 fprintf(fout, ":\n%s", list[i].stacktrace); in main()
/openbmc/linux/arch/openrisc/kernel/
H A DMakefile13 obj-$(CONFIG_STACKTRACE) += stacktrace.o
/openbmc/linux/tools/testing/ktest/examples/bootconfigs/
H A Dtracing.bconf3 options = event-fork, sym-addr, stacktrace;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/
H A Dabseil-ppc-fixes.patch6 2) powerpc stacktrace implementation only works on glibc (disabled on musl)
7 3) powerpc stacktrace implementation has ppc64 assumptions (fixed)
/openbmc/linux/arch/hexagon/kernel/
H A DMakefile19 obj-$(CONFIG_STACKTRACE) += stacktrace.o
/openbmc/linux/arch/microblaze/kernel/
H A DMakefile25 obj-$(CONFIG_STACKTRACE) += stacktrace.o
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/
H A Dppc64_ARCH_BITS.patch1 Subject: [PATCH] stacktrace: Define ARCH_BITS for ppc64
H A D0001-stacktrace-Define-ARCH_BITS-for-x86.patch4 Subject: [PATCH] stacktrace: Define ARCH_BITS for x86
/openbmc/linux/Documentation/tools/rtla/
H A Drtla-timerlat-top.rst83 Blocking thread stacktrace
113 thread stacktrace: the current thread (*objtool:49256*) disabled interrupts
/openbmc/linux/arch/xtensa/kernel/
H A DMakefile9 ptrace.o setup.o signal.o stacktrace.o syscall.o time.o traps.o \
/openbmc/linux/arch/arc/kernel/
H A DMakefile7 obj-y += signal.o traps.o sys.o troubleshoot.o stacktrace.o disasm.o
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio/
H A Dabseil-ppc-fixes.patch7 2) powerpc stacktrace implementation only works on glibc (disabled on musl)
8 3) powerpc stacktrace implementation has ppc64 assumptions (fixed)
/openbmc/linux/arch/sh/kernel/
H A DMakefile38 obj-$(CONFIG_STACKTRACE) += stacktrace.o
/openbmc/linux/arch/ia64/kernel/
H A DMakefile35 obj-$(CONFIG_STACKTRACE) += stacktrace.o

123