Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dstacktrace.h82 struct stack_trace { struct
88 extern void save_stack_trace(struct stack_trace *trace); argument
/linux/tools/perf/util/
H A Dbpf_lock_contention.c563 lock_contention_get_name(struct lock_contention * con,struct contention_key * key,u64 * stack_trace,u32 flags) lock_contention_get_name() argument
664 u64 *stack_trace = NULL; pop_owner_stack_trace() local
725 u64 *stack_trace; lock_contention_read() local
[all...]
/linux/tools/testing/selftests/bpf/progs/
H A Dmap_ptr_kern.c253 struct bpf_stack_map *stack_trace = in check_stack_trace() local
/linux/kernel/locking/
H A Dlockdep.c552 static unsigned long stack_trace[MAX_STACK_TRACE_ENTRIES]; variable