Home
last modified time | relevance | path

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

123

/linux/arch/arm64/kvm/hyp/nvhe/
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()
/linux/tools/testing/selftests/ftrace/test.d/trigger/
A Dtrigger-stacktrace.tc11 FEATURE=`grep stacktrace events/sched/sched_process_fork/trigger`
19 echo 0 > options/stacktrace
/linux/tools/testing/fault-injection/
A Dfailcmd.sh43 --stacktrace-depth=value, --require-start=value, --require-end=value,
96 LONGOPTS=$LONGOPTS,stacktrace-depth:,require-start:,require-end:
166 --stacktrace-depth)
167 echo $2 > $FAULTATTR/stacktrace-depth
/linux/arch/arm64/kvm/
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()
A DMakefile18 guest.o debug.o reset.o sys_regs.o stacktrace.o \
/linux/Documentation/translations/zh_CN/mm/
A Dpage_owner.rst123 ./page_owner_sort <input> <output> --cull=stacktrace
156 st stacktrace 页面分配的堆栈跟踪
169 st stacktrace 页面分配的堆栈跟踪
/linux/arch/csky/kernel/
A DMakefile6 obj-y += process.o cpu-probe.o ptrace.o stacktrace.o
12 obj-$(CONFIG_STACKTRACE) += stacktrace.o
/linux/arch/alpha/lib/
A Dstacktrace.c91 stacktrace(void) in stacktrace() function
94 instr * prologue = (instr *)stacktrace; in stacktrace()
/linux/tools/mm/
A Dpage_owner_sort.c34 char *stacktrace; member
137 return strcmp(l1->stacktrace, l2->stacktrace); in compare_stacktrace()
494 list[list_size].stacktrace = strchr(list[list_size].txt, '\n') ?: ""; in add_list()
495 if (*list[list_size].stacktrace == '\n') in add_list()
496 list[list_size].stacktrace++; in add_list()
862 fprintf(fout, ":\n%s", list[i].stacktrace); in main()
/linux/tools/testing/selftests/ftrace/test.d/ftrace/
A Dfunc-filter-stacktrace.tc7 echo $FUNCTION_FORK:stacktrace >> set_ftrace_filter
/linux/Documentation/livepatch/
A Dindex.rst16 reliable-stacktrace
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.
/linux/arch/openrisc/kernel/
A DMakefile13 obj-$(CONFIG_STACKTRACE) += stacktrace.o
/linux/tools/testing/ktest/examples/bootconfigs/
A Dtracing.bconf3 options = event-fork, sym-addr, stacktrace;
/linux/arch/hexagon/kernel/
A DMakefile19 obj-$(CONFIG_STACKTRACE) += stacktrace.o
/linux/Documentation/tools/rtla/
A Drtla-timerlat-top.rst83 Blocking thread stacktrace
113 thread stacktrace: the current thread (*objtool:49256*) disabled interrupts
/linux/arch/microblaze/kernel/
A DMakefile25 obj-$(CONFIG_STACKTRACE) += stacktrace.o
/linux/arch/xtensa/kernel/
A DMakefile9 ptrace.o setup.o signal.o stacktrace.o syscall.o time.o traps.o \
/linux/arch/arc/kernel/
A DMakefile7 obj-y += signal.o traps.o sys.o troubleshoot.o stacktrace.o disasm.o
/linux/arch/sh/kernel/
A DMakefile39 obj-$(CONFIG_STACKTRACE) += stacktrace.o
/linux/arch/um/kernel/
A DMakefile27 obj-$(CONFIG_STACKTRACE) += stacktrace.o
/linux/arch/parisc/kernel/
A DMakefile32 obj-$(CONFIG_STACKTRACE)+= stacktrace.o
/linux/Documentation/mm/
A Dpage_owner.rst187 ./page_owner_sort <input> <output> --cull=stacktrace
221 st stacktrace stack trace of the page allocation
234 st stacktrace stack trace of the page allocation
/linux/arch/loongarch/kernel/
A DMakefile51 obj-$(CONFIG_STACKTRACE) += stacktrace.o
/linux/Documentation/trace/
A Devents.rst468 - stacktrace
470 This command dumps a stacktrace in the trace buffer whenever the
473 For example, the following trigger dumps a stacktrace every time the
476 # echo 'stacktrace' > \
482 # echo 'stacktrace:5 if bytes_req >= 65536' > \
487 stacktrace[:count]
491 # echo '!stacktrace' > \
494 # echo '!stacktrace:5 if bytes_req >= 65536' > \
500 # echo '!stacktrace:5' > \
503 Note that there can be only one stacktrace trigger per triggering
[all …]

Completed in 38 milliseconds

123