/linux/tools/testing/fault-injection/ |
H A D | failcmd.sh | 43 --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/tools/testing/selftests/ftrace/test.d/trigger/ |
H A D | trigger-stacktrace.tc | 11 FEATURE=`grep stacktrace events/sched/sched_process_fork/trigger` 19 echo 0 > options/stacktrace
|
/linux/arch/csky/kernel/ |
H A D | Makefile | 6 obj-y += process.o cpu-probe.o ptrace.o stacktrace.o 12 obj-$(CONFIG_STACKTRACE) += stacktrace.o
|
/linux/arch/alpha/lib/ |
H A D | stacktrace.c | 91 stacktrace(void) in stacktrace() function 94 instr * prologue = (instr *)stacktrace; in stacktrace()
|
/linux/tools/testing/selftests/ftrace/test.d/ftrace/ |
H A D | func-filter-stacktrace.tc | 7 echo $FUNCTION_FORK:stacktrace >> set_ftrace_filter
|
/linux/Documentation/livepatch/ |
H A D | index.rst | 16 reliable-stacktrace
|
H A 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/tools/testing/ktest/examples/bootconfigs/ |
H A D | tracing.bconf | 3 options = event-fork, sym-addr, stacktrace;
|
/linux/arch/openrisc/kernel/ |
H A D | Makefile | 13 obj-$(CONFIG_STACKTRACE) += stacktrace.o
|
/linux/Documentation/tools/rtla/ |
H A D | rtla-timerlat-top.rst | 83 Blocking thread stacktrace 113 thread stacktrace: the current thread (*objtool:49256*) disabled interrupts
|
/linux/arch/hexagon/kernel/ |
H A D | Makefile | 19 obj-$(CONFIG_STACKTRACE) += stacktrace.o
|
/linux/arch/microblaze/kernel/ |
H A D | Makefile | 25 obj-$(CONFIG_STACKTRACE) += stacktrace.o
|
/linux/arch/xtensa/kernel/ |
H A D | Makefile | 9 ptrace.o setup.o signal.o stacktrace.o syscall.o time.o traps.o \
|
/linux/arch/arc/kernel/ |
H A D | Makefile | 7 obj-y += signal.o traps.o sys.o troubleshoot.o stacktrace.o disasm.o
|
/linux/tools/perf/util/bpf_skel/ |
H A D | lock_contention.bpf.c | 469 static inline s32 get_owner_stack_id(u64 *stacktrace) in get_owner_stack_id() argument 474 id = bpf_map_lookup_elem(&owner_stacks, stacktrace); in get_owner_stack_id() 480 bpf_map_update_elem(&owner_stacks, stacktrace, &new_id, BPF_NOEXIST); in get_owner_stack_id() 482 id = bpf_map_lookup_elem(&owner_stacks, stacktrace); in get_owner_stack_id()
|
/linux/arch/sh/kernel/ |
H A D | Makefile | 36 obj-$(CONFIG_STACKTRACE) += stacktrace.o
|
/linux/arch/um/kernel/ |
H A D | Makefile | 27 obj-$(CONFIG_STACKTRACE) += stacktrace.o
|
/linux/arch/parisc/kernel/ |
H A D | Makefile | 32 obj-$(CONFIG_STACKTRACE)+= stacktrace.o
|
/linux/arch/arm64/kvm/ |
H A D | Makefile | 18 guest.o debug.o reset.o sys_regs.o stacktrace.o \
|
/linux/Documentation/mm/ |
H A D | page_owner.rst | 187 ./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/Documentation/trace/ |
H A D | events.rst | 492 - stacktrace 494 This command dumps a stacktrace in the trace buffer whenever the 497 For example, the following trigger dumps a stacktrace every time the 500 # echo 'stacktrace' > \ 503 The following trigger dumps a stacktrace the first 5 times a kmalloc 506 # echo 'stacktrace:5 if bytes_req >= 65536' > \ 511 stacktrace[:count] 515 # echo '!stacktrace' > \ 518 # echo '!stacktrace:5 if bytes_req >= 65536' > \ 524 # echo '!stacktrace:5' > \ [all …]
|
/linux/arch/loongarch/kernel/ |
H A D | Makefile | 51 obj-$(CONFIG_STACKTRACE) += stacktrace.o
|
/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | Makefile | 27 cache.o setup.o mm.o mem_protect.o sys_regs.o pkvm.o stacktrace.o ffa.o
|
/linux/arch/arm64/kernel/ |
H A D | Makefile | 31 setup.o signal.o sys.o stacktrace.o time.o traps.o \
|
/linux/arch/s390/kernel/ |
H A D | Makefile | 46 obj-y += smp.o text_amode31.o stacktrace.o abs_lowcore.o facility.o uv.o wti.o
|