/linux/arch/openrisc/kernel/ |
A D | stacktrace.c | 28 struct stack_trace *trace = data; in save_stack_address() 42 void save_stack_trace(struct stack_trace *trace) in save_stack_trace() 51 struct stack_trace *trace = (struct stack_trace *)data; in save_stack_address_nosched() 68 void save_stack_trace_tsk(struct task_struct *tsk, struct stack_trace *trace) in save_stack_trace_tsk() 95 save_stack_trace_regs(struct pt_regs *regs, struct stack_trace *trace) in save_stack_trace_regs()
|
/linux/include/linux/ |
A D | stacktrace.h | 81 struct stack_trace { struct 87 extern void save_stack_trace(struct stack_trace *trace); argument 89 struct stack_trace *trace); 91 struct stack_trace *trace); 93 struct stack_trace *trace); 94 extern void save_stack_trace_user(struct stack_trace *trace);
|
/linux/arch/sh/kernel/ |
A D | stacktrace.c | 23 struct stack_trace *trace = data; in save_stack_address() 41 void save_stack_trace(struct stack_trace *trace) in save_stack_trace() 52 struct stack_trace *trace = (struct stack_trace *)data; in save_stack_address_nosched() 73 void save_stack_trace_tsk(struct task_struct *tsk, struct stack_trace *trace) in save_stack_trace_tsk()
|
/linux/kernel/ |
A D | stacktrace.c | 251 save_stack_trace_tsk(struct task_struct *tsk, struct stack_trace *trace) in save_stack_trace_tsk() 257 save_stack_trace_regs(struct pt_regs *regs, struct stack_trace *trace) in save_stack_trace_regs() 273 struct stack_trace trace = { in stack_trace_save() 297 struct stack_trace trace = { in stack_trace_save_tsk() 320 struct stack_trace trace = { in stack_trace_save_regs() 346 struct stack_trace trace = { in stack_trace_save_tsk_reliable() 366 struct stack_trace trace = { in stack_trace_save_user()
|
/linux/arch/arm/kernel/ |
A D | stacktrace.c | 96 struct stack_trace *trace; 104 struct stack_trace *trace = data->trace; in save_trace() 134 struct stack_trace *trace, unsigned int nosched) in __save_stack_trace() 173 void save_stack_trace_regs(struct pt_regs *regs, struct stack_trace *trace) in save_stack_trace_regs() 194 void save_stack_trace_tsk(struct task_struct *tsk, struct stack_trace *trace) in save_stack_trace_tsk() 200 void save_stack_trace(struct stack_trace *trace) in save_stack_trace()
|
/linux/arch/um/kernel/ |
A D | stacktrace.c | 46 struct stack_trace *trace = data; in save_addr() 60 static void __save_stack_trace(struct task_struct *tsk, struct stack_trace *trace) in __save_stack_trace() 65 void save_stack_trace(struct stack_trace *trace) in save_stack_trace() 71 void save_stack_trace_tsk(struct task_struct *tsk, struct stack_trace *trace) in save_stack_trace_tsk()
|
/linux/arch/microblaze/kernel/ |
A D | unwind.c | 30 struct stack_trace; 157 struct stack_trace *trace, 165 unsigned long fp, struct stack_trace *trace, in unwind_trap() 185 struct stack_trace *trace, in microblaze_unwind_inner() 273 void microblaze_unwind(struct task_struct *task, struct stack_trace *trace, in microblaze_unwind()
|
A D | stacktrace.c | 19 void save_stack_trace(struct stack_trace *trace) in save_stack_trace() 27 void save_stack_trace_tsk(struct task_struct *tsk, struct stack_trace *trace) in save_stack_trace_tsk()
|
/linux/arch/mips/kernel/ |
A D | stacktrace.c | 17 static void save_raw_context_stack(struct stack_trace *trace, in save_raw_context_stack() 37 static void save_context_stack(struct stack_trace *trace, in save_context_stack() 72 void save_stack_trace(struct stack_trace *trace) in save_stack_trace() 78 void save_stack_trace_tsk(struct task_struct *tsk, struct stack_trace *trace) in save_stack_trace_tsk()
|
/linux/arch/arc/kernel/ |
A D | stacktrace.c | 187 struct stack_trace *trace = arg; in __collect_all() 202 struct stack_trace *trace = arg; in __collect_all_but_sched() 262 void save_stack_trace_tsk(struct task_struct *tsk, struct stack_trace *trace) in save_stack_trace_tsk() 268 void save_stack_trace(struct stack_trace *trace) in save_stack_trace()
|
/linux/arch/sparc/kernel/ |
A D | stacktrace.c | 14 struct stack_trace *trace, in __save_stack_trace() 77 void save_stack_trace(struct stack_trace *trace) in save_stack_trace() 83 void save_stack_trace_tsk(struct task_struct *tsk, struct stack_trace *trace) in save_stack_trace_tsk()
|
/linux/arch/microblaze/include/asm/ |
A D | unwind.h | 11 struct stack_trace; 23 void microblaze_unwind(struct task_struct *task, struct stack_trace *trace,
|
/linux/arch/xtensa/kernel/ |
A D | stacktrace.c | 202 struct stack_trace *trace; 209 struct stack_trace *trace = trace_data->trace; in stack_trace_cb() 222 void save_stack_trace_tsk(struct task_struct *task, struct stack_trace *trace) in save_stack_trace_tsk() 232 void save_stack_trace(struct stack_trace *trace) in save_stack_trace()
|
/linux/arch/ia64/kernel/ |
A D | stacktrace.c | 15 struct stack_trace *trace = arg; in ia64_do_save_stack() 36 void save_stack_trace(struct stack_trace *trace) in save_stack_trace()
|
/linux/tools/testing/selftests/ftrace/test.d/ftrace/ |
A D | func_stack_tracer.tc | 15 FL=`grep " 0)" stack_trace` 31 FL=`grep " 0)" stack_trace`
|
/linux/arch/csky/kernel/ |
A D | stacktrace.c | 125 struct stack_trace *trace = arg; in __save_trace() 146 void save_stack_trace_tsk(struct task_struct *tsk, struct stack_trace *trace) in save_stack_trace_tsk() 152 void save_stack_trace(struct stack_trace *trace) in save_stack_trace()
|
/linux/arch/nds32/kernel/ |
A D | stacktrace.c | 9 void save_stack_trace(struct stack_trace *trace) in save_stack_trace() 15 void save_stack_trace_tsk(struct task_struct *tsk, struct stack_trace *trace) in save_stack_trace_tsk()
|
/linux/arch/powerpc/kernel/ |
A D | eeh_event.c | 125 pe->trace_entries = stack_trace_save(pe->stack_trace, in __eeh_send_failure_event() 126 ARRAY_SIZE(pe->stack_trace), 0); in __eeh_send_failure_event()
|
A D | eeh_driver.c | 893 void **ptrs = (void **) pe->stack_trace; in eeh_handle_normal_event()
|
/linux/arch/hexagon/kernel/ |
A D | stacktrace.c | 22 void save_stack_trace(struct stack_trace *trace) in save_stack_trace()
|
/linux/tools/testing/selftests/bpf/progs/ |
A D | map_ptr_kern.c | 248 struct bpf_stack_map *stack_trace = in check_stack_trace() local 252 VERIFY(check(&stack_trace->map, map, sizeof(__u32), sizeof(__u64), in check_stack_trace()
|
/linux/arch/powerpc/include/asm/ |
A D | eeh.h | 99 unsigned long stack_trace[64]; member
|
/linux/tools/bpf/bpftool/Documentation/ |
A D | bpftool-map.rst | 50 | | **percpu_array** | **stack_trace** | **cgroup_array** | **lru_hash**
|
/linux/kernel/locking/ |
A D | lockdep.c | 520 static unsigned long stack_trace[MAX_STACK_TRACE_ENTRIES]; variable 540 trace = (struct lock_trace *)(stack_trace + nr_stack_trace_entries); in save_trace() 6360 (sizeof(stack_trace) + sizeof(stack_trace_hash)) / 1024 in lockdep_init()
|
/linux/tools/bpf/bpftool/bash-completion/ |
A D | bpftool | 708 percpu_array stack_trace cgroup_array lru_hash \
|