/arch/x86/include/asm/ |
D | unwind.h | 13 struct unwind_state { struct 38 void __unwind_start(struct unwind_state *state, struct task_struct *task, argument 40 bool unwind_next_frame(struct unwind_state *state); 41 unsigned long unwind_get_return_address(struct unwind_state *state); 42 unsigned long *unwind_get_return_address_ptr(struct unwind_state *state); 44 static inline bool unwind_done(struct unwind_state *state) in unwind_done() 49 static inline bool unwind_error(struct unwind_state *state) in unwind_error() 55 void unwind_start(struct unwind_state *state, struct task_struct *task, in unwind_start() 67 static inline struct pt_regs *unwind_get_entry_regs(struct unwind_state *state, in unwind_get_entry_regs() 84 static inline struct pt_regs *unwind_get_entry_regs(struct unwind_state *state, in unwind_get_entry_regs()
|
/arch/s390/include/asm/ |
D | unwind.h | 32 struct unwind_state { struct 43 void __unwind_start(struct unwind_state *state, struct task_struct *task, argument 45 bool unwind_next_frame(struct unwind_state *state); 46 unsigned long unwind_get_return_address(struct unwind_state *state); 48 static inline bool unwind_done(struct unwind_state *state) in unwind_done() 53 static inline bool unwind_error(struct unwind_state *state) in unwind_error() 58 static __always_inline void unwind_start(struct unwind_state *state, in unwind_start() 68 static inline struct pt_regs *unwind_get_entry_regs(struct unwind_state *state) in unwind_get_entry_regs()
|
/arch/x86/kernel/ |
D | unwind_frame.c | 14 unsigned long unwind_get_return_address(struct unwind_state *state) in unwind_get_return_address() 23 unsigned long *unwind_get_return_address_ptr(struct unwind_state *state) in unwind_get_return_address_ptr() 31 static void unwind_dump(struct unwind_state *state) in unwind_dump() 80 static inline unsigned long *last_frame(struct unwind_state *state) in last_frame() 85 static bool is_last_frame(struct unwind_state *state) in is_last_frame() 96 static inline unsigned long *last_aligned_frame(struct unwind_state *state) in last_aligned_frame() 101 static bool is_last_aligned_frame(struct unwind_state *state) in is_last_aligned_frame() 132 static bool is_last_ftrace_frame(struct unwind_state *state) in is_last_ftrace_frame() 154 static bool is_last_task_frame(struct unwind_state *state) in is_last_task_frame() 186 static bool update_stack_state(struct unwind_state *state, in update_stack_state() [all …]
|
D | unwind_guess.c | 9 unsigned long unwind_get_return_address(struct unwind_state *state) in unwind_get_return_address() 23 unsigned long *unwind_get_return_address_ptr(struct unwind_state *state) in unwind_get_return_address_ptr() 28 bool unwind_next_frame(struct unwind_state *state) in unwind_next_frame() 52 void __unwind_start(struct unwind_state *state, struct task_struct *task, in __unwind_start()
|
D | unwind_orc.c | 318 unsigned long unwind_get_return_address(struct unwind_state *state) in unwind_get_return_address() 327 unsigned long *unwind_get_return_address_ptr(struct unwind_state *state) in unwind_get_return_address_ptr() 341 static bool stack_access_ok(struct unwind_state *state, unsigned long _addr, in stack_access_ok() 354 static bool deref_stack_reg(struct unwind_state *state, unsigned long addr, in deref_stack_reg() 364 static bool deref_stack_regs(struct unwind_state *state, unsigned long addr, in deref_stack_regs() 380 static bool deref_stack_iret_regs(struct unwind_state *state, unsigned long addr, in deref_stack_iret_regs() 401 static bool get_reg(struct unwind_state *state, unsigned int reg_off, in get_reg() 422 bool unwind_next_frame(struct unwind_state *state) in unwind_next_frame() 629 void __unwind_start(struct unwind_state *state, struct task_struct *task, in __unwind_start()
|
D | stacktrace.c | 18 struct unwind_state state; in arch_stack_walk() 35 struct unwind_state state; in arch_stack_walk_reliable()
|
D | dumpstack.c | 189 struct unwind_state state; in show_trace_log_lvl()
|
/arch/arm64/kernel/ |
D | stacktrace.c | 26 static inline void unwind_init_from_regs(struct unwind_state *state, in unwind_init_from_regs() 43 static __always_inline void unwind_init_from_caller(struct unwind_state *state) in unwind_init_from_caller() 61 static inline void unwind_init_from_task(struct unwind_state *state, in unwind_init_from_task() 102 static int notrace unwind_next(struct unwind_state *state) in unwind_next() 141 static void notrace unwind(struct unwind_state *state, in unwind() 194 struct unwind_state state; in arch_stack_walk()
|
/arch/s390/kernel/ |
D | unwind_bc.c | 12 unsigned long unwind_get_return_address(struct unwind_state *state) in unwind_get_return_address() 20 static bool outside_of_stack(struct unwind_state *state, unsigned long sp) in outside_of_stack() 26 static bool update_stack_info(struct unwind_state *state, unsigned long sp) in update_stack_info() 39 static inline bool is_final_pt_regs(struct unwind_state *state, in is_final_pt_regs() 52 bool unwind_next_frame(struct unwind_state *state) in unwind_next_frame() 123 void __unwind_start(struct unwind_state *state, struct task_struct *task, in __unwind_start()
|
D | stacktrace.c | 17 struct unwind_state state; in arch_stack_walk() 30 struct unwind_state state; in arch_stack_walk_reliable()
|
D | perf_event.c | 205 struct unwind_state state; in perf_callchain_kernel()
|
D | process.c | 196 struct unwind_state state; in get_wchan()
|
D | dumpstack.c | 142 struct unwind_state state; in show_stack()
|
/arch/arm64/include/asm/stacktrace/ |
D | common.h | 60 struct unwind_state { struct 87 static inline void unwind_init_common(struct unwind_state *state, in unwind_init_common() argument 132 static inline int unwind_next_common(struct unwind_state *state, in unwind_next_common()
|
D | nvhe.h | 30 static inline void kvm_nvhe_unwind_init(struct unwind_state *state, in kvm_nvhe_unwind_init()
|
/arch/arm64/kvm/hyp/nvhe/ |
D | stacktrace.c | 72 static int unwind_next(struct unwind_state *state) in unwind_next() 79 static void notrace unwind(struct unwind_state *state, in unwind() 132 struct unwind_state state; in pkvm_save_backtrace()
|
/arch/arm64/kvm/ |
D | stacktrace.c | 98 static int unwind_next(struct unwind_state *state) in unwind_next() 106 static void unwind(struct unwind_state *state, in unwind() 161 struct unwind_state state; in hyp_dump_backtrace()
|
/arch/arc/kernel/ |
D | unwind.c | 139 struct unwind_state { struct 665 static int advance_loc(unsigned long delta, struct unwind_state *state) in advance_loc() 677 struct unwind_state *state) in set_rule() 706 signed ptrType, struct unwind_state *state) in processCFI() 911 struct unwind_state state; in arc_unwind()
|
/arch/s390/lib/ |
D | test_unwind.c | 45 struct unwind_state state; in test_unwind()
|
/arch/x86/events/ |
D | core.c | 2765 struct unwind_state state; in perf_callchain_kernel()
|