Home
last modified time | relevance | path

Searched defs:stack_trace (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Dstacktrace.h82 struct stack_trace { struct
88 extern void save_stack_trace(struct stack_trace *trace); argument
/openbmc/linux/tools/perf/util/
H A Dbpf_lock_contention.c174 u64 *stack_trace, u32 flags) in lock_contention_get_name()
256 u64 *stack_trace; in lock_contention_read() local
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dmap_ptr_kern.c253 struct bpf_stack_map *stack_trace = in check_stack_trace() local
/openbmc/linux/arch/powerpc/include/asm/
H A Deeh.h99 unsigned long stack_trace[64]; member
/openbmc/linux/kernel/locking/
H A Dlockdep.c549 static unsigned long stack_trace[MAX_STACK_TRACE_ENTRIES]; variable