Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/ftrace/test.d/trigger/
H A Dtrigger-stacktrace.tc11 FEATURE=`grep stacktrace events/sched/sched_process_fork/trigger`
19 echo 0 > options/stacktrace
/linux/tools/testing/fault-injection/
H 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/csky/kernel/
H A DMakefile6 obj-y += process.o cpu-probe.o ptrace.o stacktrace.o
12 obj-$(CONFIG_STACKTRACE) += stacktrace.o
/linux/arch/alpha/lib/
H A Dstacktrace.c91 stacktrace(void) in stacktrace() function
94 instr * prologue = (instr *)stacktrace; in stacktrace()
/linux/tools/mm/
H A Dpage_owner_sort.c32 char *stacktrace; member
135 return strcmp(l1->stacktrace, l2->stacktrace); in compare_stacktrace()
497 list[list_size].stacktrace = strchr(list[list_size].txt, '\n') ?: ""; in add_list()
498 if (*list[list_size].stacktrace == '\n') in add_list()
499 list[list_size].stacktrace++; in add_list()
869 fprintf(fout, ":\n%s", list[i].stacktrace); in main()
/linux/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc-filter-stacktrace.tc7 echo $FUNCTION_FORK:stacktrace >> set_ftrace_filter
/linux/Documentation/livepatch/
H A Dindex.rst16 reliable-stacktrace
H 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/tools/testing/ktest/examples/bootconfigs/
H A Dtracing.bconf3 options = event-fork, sym-addr, stacktrace;
/linux/arch/openrisc/kernel/
H A DMakefile14 obj-$(CONFIG_STACKTRACE) += stacktrace.o
/linux/arch/hexagon/kernel/
H A DMakefile19 obj-$(CONFIG_STACKTRACE) += stacktrace.o
/linux/arch/microblaze/kernel/
H A DMakefile25 obj-$(CONFIG_STACKTRACE) += stacktrace.o
/linux/Documentation/tools/rtla/
H A Drtla-timerlat-top.rst85 Blocking thread stacktrace
115 thread stacktrace: the current thread (*objtool:49256*) disabled interrupts
/linux/arch/xtensa/kernel/
H A DMakefile9 ptrace.o setup.o signal.o stacktrace.o syscall.o time.o traps.o \
/linux/arch/arc/kernel/
H A DMakefile7 obj-y += signal.o traps.o sys.o troubleshoot.o stacktrace.o disasm.o
/linux/arch/sh/kernel/
H A DMakefile36 obj-$(CONFIG_STACKTRACE) += stacktrace.o
/linux/arch/um/kernel/
H A DMakefile27 obj-$(CONFIG_STACKTRACE) += stacktrace.o
/linux/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c469 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/parisc/kernel/
H A DMakefile32 obj-$(CONFIG_STACKTRACE)+= stacktrace.o
/linux/arch/arm64/kvm/
H A DMakefile18 guest.o debug.o reset.o sys_regs.o stacktrace.o \
/linux/arch/loongarch/kernel/
H A DMakefile51 obj-$(CONFIG_STACKTRACE) += stacktrace.o
/linux/arch/arm64/kernel/
H A DMakefile31 setup.o signal.o sys.o stacktrace.o time.o traps.o \
/linux/Documentation/mm/
H A Dpage_owner.rst217 ./page_owner_sort <input> <output> --cull=stacktrace
251 st stacktrace stack trace of the page allocation
264 st stacktrace stack trace of the page allocation
/linux/arch/arm/kernel/
H A DMakefile23 stacktrace.o sys_arm.o time.o traps.o
/linux/arch/riscv/kernel/
H A DMakefile68 obj-y += stacktrace.o

12