Searched refs:stacktrace (Results 1 – 25 of 35) sorted by relevance
12
/Linux-v4.19/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-v4.19/tools/testing/selftests/ftrace/test.d/trigger/ |
D | trigger-stacktrace.tc | 30 FEATURE=`grep stacktrace events/sched/sched_process_fork/trigger` 38 echo 0 > options/stacktrace
|
/Linux-v4.19/arch/alpha/lib/ |
D | stacktrace.c | 91 stacktrace(void) in stacktrace() function 94 instr * prologue = (instr *)stacktrace; in stacktrace()
|
/Linux-v4.19/Documentation/trace/ |
D | events.rst | 422 - stacktrace 424 This command dumps a stacktrace in the trace buffer whenever the 427 For example, the following trigger dumps a stacktrace every time the 430 # echo 'stacktrace' > \ 433 The following trigger dumps a stacktrace the first 5 times a kmalloc 436 # echo 'stacktrace:5 if bytes_req >= 65536' > \ 441 stacktrace[:count] 445 # echo '!stacktrace' > \ 448 # echo '!stacktrace:5 if bytes_req >= 65536' > \ 454 # echo '!stacktrace:5' > \ [all …]
|
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 552 value 'stacktrace' for the key parameter:: 554 # echo 'hist:keys=stacktrace:values=bytes_req,bytes_alloc:sort=bytes_alloc' > \ 566 …# trigger info: hist:keys=stacktrace:vals=bytes_req,bytes_alloc:sort=bytes_alloc:size=2048 [active] 568 { stacktrace: 586 { stacktrace: 601 { stacktrace: [all …]
|
/Linux-v4.19/arch/openrisc/kernel/ |
D | Makefile | 13 obj-$(CONFIG_STACKTRACE) += stacktrace.o
|
/Linux-v4.19/arch/hexagon/kernel/ |
D | Makefile | 18 obj-$(CONFIG_STACKTRACE) += stacktrace.o
|
/Linux-v4.19/arch/nds32/kernel/ |
D | Makefile | 16 obj-$(CONFIG_STACKTRACE) += stacktrace.o
|
/Linux-v4.19/arch/microblaze/kernel/ |
D | Makefile | 26 obj-$(CONFIG_STACKTRACE) += stacktrace.o
|
/Linux-v4.19/arch/unicore32/kernel/ |
D | Makefile | 8 obj-y += setup.o signal.o sys.o stacktrace.o traps.o
|
/Linux-v4.19/arch/xtensa/kernel/ |
D | Makefile | 9 ptrace.o setup.o signal.o stacktrace.o syscall.o time.o traps.o \
|
/Linux-v4.19/arch/riscv/kernel/ |
D | Makefile | 27 obj-y += stacktrace.o
|
/Linux-v4.19/arch/arc/kernel/ |
D | Makefile | 12 obj-y += signal.o traps.o sys.o troubleshoot.o stacktrace.o disasm.o
|
/Linux-v4.19/arch/um/kernel/ |
D | Makefile | 27 obj-$(CONFIG_STACKTRACE) += stacktrace.o
|
/Linux-v4.19/arch/parisc/kernel/ |
D | Makefile | 27 obj-$(CONFIG_STACKTRACE)+= stacktrace.o
|
/Linux-v4.19/arch/sh/kernel/ |
D | Makefile | 38 obj-$(CONFIG_STACKTRACE) += stacktrace.o
|
/Linux-v4.19/Documentation/fault-injection/ |
D | fault-injection.txt | 104 stacktrace walking. Failure is injected only if some caller 105 in the walked stacktrace lies within the required range, and 110 - /sys/kernel/debug/fail*/stacktrace-depth: 112 specifies the maximum stacktrace depth walked during search 301 echo 10 > /sys/kernel/debug/$FAILTYPE/stacktrace-depth
|
/Linux-v4.19/kernel/dma/ |
D | debug.c | 92 struct stack_trace stacktrace; member 187 print_stack_trace(&entry->stacktrace, 0); in dump_entry_trace() 685 entry->stacktrace.max_entries = DMA_DEBUG_STACKTRACE_ENTRIES; in dma_entry_alloc() 686 entry->stacktrace.entries = entry->st_entries; in dma_entry_alloc() 687 entry->stacktrace.skip = 2; in dma_entry_alloc() 688 save_stack_trace(&entry->stacktrace); in dma_entry_alloc()
|
/Linux-v4.19/arch/ia64/kernel/ |
D | Makefile | 37 obj-$(CONFIG_STACKTRACE) += stacktrace.o
|
/Linux-v4.19/arch/s390/kernel/ |
D | Makefile | 66 obj-$(CONFIG_STACKTRACE) += stacktrace.o
|
/Linux-v4.19/arch/arm64/kernel/ |
D | Makefile | 17 sys.o stacktrace.o time.o traps.o io.o vdso.o \
|
/Linux-v4.19/arch/arm/kernel/ |
D | Makefile | 22 stacktrace.o sys_arm.o time.o traps.o
|
/Linux-v4.19/arch/sparc/kernel/ |
D | Makefile | 99 obj-$(CONFIG_STACKTRACE) += stacktrace.o
|
/Linux-v4.19/kernel/ |
D | Makefile | 49 obj-$(CONFIG_STACKTRACE) += stacktrace.o
|
/Linux-v4.19/arch/mips/kernel/ |
D | Makefile | 33 obj-$(CONFIG_STACKTRACE) += stacktrace.o
|
12