Home
last modified time | relevance | path

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

12

/Linux-v4.19/tools/testing/fault-injection/
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
/Linux-v4.19/tools/testing/selftests/ftrace/test.d/trigger/
Dtrigger-stacktrace.tc30 FEATURE=`grep stacktrace events/sched/sched_process_fork/trigger`
38 echo 0 > options/stacktrace
/Linux-v4.19/arch/alpha/lib/
Dstacktrace.c91 stacktrace(void) in stacktrace() function
94 instr * prologue = (instr *)stacktrace; in stacktrace()
/Linux-v4.19/Documentation/trace/
Devents.rst422 - 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 …]
Dhistogram.rst20 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/
DMakefile13 obj-$(CONFIG_STACKTRACE) += stacktrace.o
/Linux-v4.19/arch/hexagon/kernel/
DMakefile18 obj-$(CONFIG_STACKTRACE) += stacktrace.o
/Linux-v4.19/arch/nds32/kernel/
DMakefile16 obj-$(CONFIG_STACKTRACE) += stacktrace.o
/Linux-v4.19/arch/microblaze/kernel/
DMakefile26 obj-$(CONFIG_STACKTRACE) += stacktrace.o
/Linux-v4.19/arch/unicore32/kernel/
DMakefile8 obj-y += setup.o signal.o sys.o stacktrace.o traps.o
/Linux-v4.19/arch/xtensa/kernel/
DMakefile9 ptrace.o setup.o signal.o stacktrace.o syscall.o time.o traps.o \
/Linux-v4.19/arch/riscv/kernel/
DMakefile27 obj-y += stacktrace.o
/Linux-v4.19/arch/arc/kernel/
DMakefile12 obj-y += signal.o traps.o sys.o troubleshoot.o stacktrace.o disasm.o
/Linux-v4.19/arch/um/kernel/
DMakefile27 obj-$(CONFIG_STACKTRACE) += stacktrace.o
/Linux-v4.19/arch/parisc/kernel/
DMakefile27 obj-$(CONFIG_STACKTRACE)+= stacktrace.o
/Linux-v4.19/arch/sh/kernel/
DMakefile38 obj-$(CONFIG_STACKTRACE) += stacktrace.o
/Linux-v4.19/Documentation/fault-injection/
Dfault-injection.txt104 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/
Ddebug.c92 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/
DMakefile37 obj-$(CONFIG_STACKTRACE) += stacktrace.o
/Linux-v4.19/arch/s390/kernel/
DMakefile66 obj-$(CONFIG_STACKTRACE) += stacktrace.o
/Linux-v4.19/arch/arm64/kernel/
DMakefile17 sys.o stacktrace.o time.o traps.o io.o vdso.o \
/Linux-v4.19/arch/arm/kernel/
DMakefile22 stacktrace.o sys_arm.o time.o traps.o
/Linux-v4.19/arch/sparc/kernel/
DMakefile99 obj-$(CONFIG_STACKTRACE) += stacktrace.o
/Linux-v4.19/kernel/
DMakefile49 obj-$(CONFIG_STACKTRACE) += stacktrace.o
/Linux-v4.19/arch/mips/kernel/
DMakefile33 obj-$(CONFIG_STACKTRACE) += stacktrace.o

12