| /OK3568_Linux_fs/kernel/arch/openrisc/kernel/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | stacktrace.h | 61 struct stack_trace { struct 67 extern void save_stack_trace(struct stack_trace *trace); argument 69 struct stack_trace *trace); 71 struct stack_trace *trace); 73 struct stack_trace *trace); 74 extern void save_stack_trace_user(struct stack_trace *trace);
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H 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()
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/musl/ |
| H A D | 0012-debug-Fix-build-with-musl.patch | 11 base/debug/stack_trace.cc:237: undefined reference to `base::debug::StackTrace::OutputToStreamWithP… 18 base/debug/stack_trace.cc | 4 ++-- 21 diff --git a/base/debug/stack_trace.cc b/base/debug/stack_trace.cc 23 --- a/base/debug/stack_trace.cc 24 +++ b/base/debug/stack_trace.cc
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | stacktrace.c | 252 save_stack_trace_tsk(struct task_struct *tsk, struct stack_trace *trace) in save_stack_trace_tsk() 258 save_stack_trace_regs(struct pt_regs *regs, struct stack_trace *trace) in save_stack_trace_regs() 274 struct stack_trace trace = { in stack_trace_save() 298 struct stack_trace trace = { in stack_trace_save_tsk() 321 struct stack_trace trace = { in stack_trace_save_regs() 347 struct stack_trace trace = { in stack_trace_save_tsk_reliable() 367 struct stack_trace trace = { in stack_trace_save_user()
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | stacktrace.c | 90 struct stack_trace *trace; 98 struct stack_trace *trace = data->trace; in save_trace() 128 struct stack_trace *trace, unsigned int nosched) in __save_stack_trace() 163 void save_stack_trace_regs(struct pt_regs *regs, struct stack_trace *trace) in save_stack_trace_regs() 180 void save_stack_trace_tsk(struct task_struct *tsk, struct stack_trace *trace) in save_stack_trace_tsk() 186 void save_stack_trace(struct stack_trace *trace) in save_stack_trace()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | stacktrace.c | 31 static void save_context_stack(struct stack_trace *trace, unsigned long sp, in save_context_stack() 58 void save_stack_trace(struct stack_trace *trace) in save_stack_trace() 68 void save_stack_trace_tsk(struct task_struct *tsk, struct stack_trace *trace) in save_stack_trace_tsk() 87 save_stack_trace_regs(struct pt_regs *regs, struct stack_trace *trace) in save_stack_trace_regs() 101 struct stack_trace *trace) in __save_stack_trace_tsk_reliable() 208 struct stack_trace *trace) in save_stack_trace_tsk_reliable()
|
| H 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()
|
| /OK3568_Linux_fs/kernel/arch/microblaze/kernel/ |
| H A D | unwind.c | 30 struct stack_trace; 157 struct stack_trace *trace, 166 unsigned long fp, struct stack_trace *trace, in unwind_trap() 173 unsigned long fp, struct stack_trace *trace, in unwind_trap() 195 struct stack_trace *trace, in microblaze_unwind_inner() 292 void microblaze_unwind(struct task_struct *task, struct stack_trace *trace, in microblaze_unwind()
|
| H 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()
|
| /OK3568_Linux_fs/kernel/arch/um/kernel/ |
| H 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()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/int10/ |
| H A D | xf86int10.c | 62 stack_trace(pInt); in int_handler() 265 stack_trace(pInt); in int42_handler() 326 stack_trace(pInt); in int42_handler() 351 stack_trace(pInt); in int42_handler() 370 stack_trace(pInt); in int42_handler() 393 stack_trace(pInt); in int42_handler() 415 stack_trace(pInt); in int42_handler() 461 stack_trace(pInt); in int42_handler() 482 stack_trace(pInt); in int42_handler() 509 stack_trace(pInt); in int42_handler() [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | stacktrace.c | 16 static void dump_trace(struct task_struct *task, struct stack_trace *trace) in dump_trace() 36 void save_stack_trace(struct stack_trace *trace) in save_stack_trace() 42 void save_stack_trace_tsk(struct task_struct *tsk, struct stack_trace *trace) in save_stack_trace_tsk()
|
| /OK3568_Linux_fs/kernel/arch/arc/kernel/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/arch/microblaze/include/asm/ |
| H A D | unwind.h | 11 struct stack_trace; 23 void microblaze_unwind(struct task_struct *task, struct stack_trace *trace,
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/int10/vm86/ |
| H A D | linux_vm86.c | 223 stack_trace(pInt); in vm86_GP_fault() 247 stack_trace(pInt); in do_vm86() 256 stack_trace(pInt); in do_vm86() 274 stack_trace(pInt); in do_vm86()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/kernel/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | stacktrace.h | 7 struct stack_trace { struct 13 static inline void print_stack_trace(struct stack_trace *trace, int spaces) in print_stack_trace() argument
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/ftrace/ |
| H A D | func_stack_tracer.tc | 15 FL=`grep " 0)" stack_trace` 31 FL=`grep " 0)" stack_trace`
|
| /OK3568_Linux_fs/kernel/arch/csky/kernel/ |
| H A D | stacktrace.c | 126 struct stack_trace *trace = arg; in __save_trace() 147 void save_stack_trace_tsk(struct task_struct *tsk, struct stack_trace *trace) in save_stack_trace_tsk() 153 void save_stack_trace(struct stack_trace *trace) in save_stack_trace()
|
| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | stacktrace.c | 138 struct stack_trace *trace = arg; in __save_trace() 159 void save_stack_trace_tsk(struct task_struct *tsk, struct stack_trace *trace) in save_stack_trace_tsk() 165 void save_stack_trace(struct stack_trace *trace) in save_stack_trace()
|
| /OK3568_Linux_fs/kernel/arch/nds32/kernel/ |
| H 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()
|