/Linux-v6.1/arch/arm64/kvm/hyp/nvhe/ |
D | stacktrace.c | 96 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-v6.1/tools/testing/selftests/ftrace/test.d/trigger/ |
D | trigger-stacktrace.tc | 11 FEATURE=`grep stacktrace events/sched/sched_process_fork/trigger` 19 echo 0 > options/stacktrace
|
/Linux-v6.1/tools/testing/fault-injection/ |
D | failcmd.sh | 43 --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
|
/Linux-v6.1/arch/arm64/kvm/ |
D | stacktrace.c | 215 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()
|
D | Makefile | 15 guest.o debug.o reset.o sys_regs.o stacktrace.o \
|
/Linux-v6.1/arch/csky/kernel/ |
D | Makefile | 6 obj-y += process.o cpu-probe.o ptrace.o stacktrace.o 12 obj-$(CONFIG_STACKTRACE) += stacktrace.o
|
/Linux-v6.1/Documentation/translations/zh_CN/mm/ |
D | page_owner.rst | 134 ./page_owner_sort <input> <output> --cull=stacktrace 167 st stacktrace 页面分配的堆栈跟踪 180 st stacktrace 页面分配的堆栈跟踪
|
/Linux-v6.1/arch/alpha/lib/ |
D | stacktrace.c | 91 stacktrace(void) in stacktrace() function 94 instr * prologue = (instr *)stacktrace; in stacktrace()
|
/Linux-v6.1/tools/testing/selftests/ftrace/test.d/ftrace/ |
D | func-filter-stacktrace.tc | 7 echo $FUNCTION_FORK:stacktrace >> set_ftrace_filter
|
/Linux-v6.1/tools/vm/ |
D | page_owner_sort.c | 34 char *stacktrace; member 132 return strcmp(l1->stacktrace, l2->stacktrace); in compare_stacktrace() 526 list[list_size].stacktrace = strchr(list[list_size].txt, '\n') ?: ""; in add_list() 527 if (*list[list_size].stacktrace == '\n') in add_list() 528 list[list_size].stacktrace++; in add_list() 861 fprintf(fout, ":\n%s", list[i].stacktrace); in main()
|
/Linux-v6.1/Documentation/livepatch/ |
D | index.rst | 16 reliable-stacktrace
|
D | reliable-stacktrace.rst | 16 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-v6.1/arch/openrisc/kernel/ |
D | Makefile | 13 obj-$(CONFIG_STACKTRACE) += stacktrace.o
|
/Linux-v6.1/tools/testing/ktest/examples/bootconfigs/ |
D | tracing.bconf | 3 options = event-fork, sym-addr, stacktrace;
|
/Linux-v6.1/arch/hexagon/kernel/ |
D | Makefile | 19 obj-$(CONFIG_STACKTRACE) += stacktrace.o
|
/Linux-v6.1/arch/microblaze/kernel/ |
D | Makefile | 26 obj-$(CONFIG_STACKTRACE) += stacktrace.o
|
/Linux-v6.1/arch/xtensa/kernel/ |
D | Makefile | 9 ptrace.o setup.o signal.o stacktrace.o syscall.o time.o traps.o \
|
/Linux-v6.1/arch/loongarch/kernel/ |
D | Makefile | 18 obj-$(CONFIG_STACKTRACE) += stacktrace.o
|
/Linux-v6.1/arch/arc/kernel/ |
D | Makefile | 7 obj-y += signal.o traps.o sys.o troubleshoot.o stacktrace.o disasm.o
|
/Linux-v6.1/arch/sh/kernel/ |
D | Makefile | 38 obj-$(CONFIG_STACKTRACE) += stacktrace.o
|
/Linux-v6.1/arch/parisc/kernel/ |
D | Makefile | 29 obj-$(CONFIG_STACKTRACE)+= stacktrace.o
|
/Linux-v6.1/arch/um/kernel/ |
D | Makefile | 27 obj-$(CONFIG_STACKTRACE) += stacktrace.o
|
/Linux-v6.1/arch/ia64/kernel/ |
D | Makefile | 35 obj-$(CONFIG_STACKTRACE) += stacktrace.o
|
/Linux-v6.1/Documentation/fault-injection/ |
D | fault-injection.rst | 119 stacktrace walking. Failure is injected only if some caller 120 in the walked stacktrace lies within the required range, and 125 - /sys/kernel/debug/fail*/stacktrace-depth: 127 specifies the maximum stacktrace depth walked during search 346 echo 10 > /sys/kernel/debug/$FAILTYPE/stacktrace-depth
|
/Linux-v6.1/Documentation/trace/ |
D | histogram.rst | 20 event format fields (or stacktrace) and a set of running totals 38 Keys can be any field, or the special string 'stacktrace', which 39 will use the event's kernel stacktrace as the key. The keywords 57 'stacktrace' fields and can therefore be combined using those 541 value 'stacktrace' for the key parameter:: 543 # echo 'hist:keys=stacktrace:values=bytes_req,bytes_alloc:sort=bytes_alloc' > \ 555 …# trigger info: hist:keys=stacktrace:vals=bytes_req,bytes_alloc:sort=bytes_alloc:size=2048 [active] 557 { stacktrace: 575 { stacktrace: 590 { stacktrace: [all …]
|