/linux-6.1.9/include/linux/ |
D | stacktrace.h | 82 struct stack_trace { struct 88 extern void save_stack_trace(struct stack_trace *trace); argument 90 struct stack_trace *trace); 92 struct stack_trace *trace); 94 struct stack_trace *trace); 95 extern void save_stack_trace_user(struct stack_trace *trace);
|
/linux-6.1.9/arch/openrisc/kernel/ |
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-6.1.9/arch/sh/kernel/ |
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-6.1.9/arch/um/kernel/ |
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-6.1.9/kernel/ |
D | stacktrace.c | 248 save_stack_trace_tsk(struct task_struct *tsk, struct stack_trace *trace) in save_stack_trace_tsk() 254 save_stack_trace_regs(struct pt_regs *regs, struct stack_trace *trace) in save_stack_trace_regs() 270 struct stack_trace trace = { in stack_trace_save() 294 struct stack_trace trace = { in stack_trace_save_tsk() 317 struct stack_trace trace = { in stack_trace_save_regs() 343 struct stack_trace trace = { in stack_trace_save_tsk_reliable() 363 struct stack_trace trace = { in stack_trace_save_user()
|
/linux-6.1.9/arch/arm/kernel/ |
D | stacktrace.c | 146 struct stack_trace *trace; 154 struct stack_trace *trace = data->trace; in save_trace() 170 struct stack_trace *trace, unsigned int nosched) in __save_stack_trace() 213 void save_stack_trace_regs(struct pt_regs *regs, struct stack_trace *trace) in save_stack_trace_regs() 237 void save_stack_trace_tsk(struct task_struct *tsk, struct stack_trace *trace) in save_stack_trace_tsk() 243 void save_stack_trace(struct stack_trace *trace) in save_stack_trace()
|
/linux-6.1.9/tools/perf/util/ |
D | bpf_lock_contention.c | 116 u64 stack_trace[con->max_stack]; in lock_contention_read() local 144 bpf_map_lookup_elem(stack, &key, stack_trace); in lock_contention_read() 147 while (is_lock_function(machine, stack_trace[idx]) && in lock_contention_read() 151 st->addr = stack_trace[idx]; in lock_contention_read() 173 st->callstack = memdup(stack_trace, sizeof(stack_trace)); in lock_contention_read()
|
/linux-6.1.9/arch/mips/kernel/ |
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-6.1.9/arch/microblaze/kernel/ |
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()
|
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-6.1.9/arch/sparc/kernel/ |
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-6.1.9/arch/arc/kernel/ |
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-6.1.9/arch/microblaze/include/asm/ |
D | unwind.h | 11 struct stack_trace; 23 void microblaze_unwind(struct task_struct *task, struct stack_trace *trace,
|
/linux-6.1.9/arch/ia64/kernel/ |
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-6.1.9/tools/testing/selftests/ftrace/test.d/ftrace/ |
D | func_stack_tracer.tc | 15 FL=`grep " 0)" stack_trace` 31 FL=`grep " 0)" stack_trace`
|
/linux-6.1.9/arch/xtensa/kernel/ |
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-6.1.9/arch/csky/kernel/ |
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-6.1.9/arch/powerpc/kernel/ |
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()
|
D | eeh_driver.c | 892 void **ptrs = (void **) pe->stack_trace; in eeh_handle_normal_event()
|
/linux-6.1.9/arch/hexagon/kernel/ |
D | stacktrace.c | 22 void save_stack_trace(struct stack_trace *trace) in save_stack_trace()
|
/linux-6.1.9/tools/testing/selftests/bpf/progs/ |
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-6.1.9/arch/powerpc/include/asm/ |
D | eeh.h | 99 unsigned long stack_trace[64]; member
|
/linux-6.1.9/tools/bpf/bpftool/Documentation/ |
D | bpftool-map.rst | 53 | | **percpu_array** | **stack_trace** | **cgroup_array** | **lru_hash**
|
/linux-6.1.9/kernel/locking/ |
D | lockdep.c | 548 static unsigned long stack_trace[MAX_STACK_TRACE_ENTRIES]; variable 568 trace = (struct lock_trace *)(stack_trace + nr_stack_trace_entries); in save_trace() 6396 (sizeof(stack_trace) + sizeof(stack_trace_hash)) / 1024 in lockdep_init()
|
/linux-6.1.9/kernel/trace/ |
D | Kconfig | 295 kernel and displays it in /sys/kernel/debug/tracing/stack_trace.
|