Searched refs:unwind_state (Results 1 – 17 of 17) sorted by relevance
/linux/arch/x86/include/asm/ |
A D | unwind.h | 14 struct unwind_state { struct 42 void __unwind_start(struct unwind_state *state, struct task_struct *task, argument 44 bool unwind_next_frame(struct unwind_state *state); 45 unsigned long unwind_get_return_address(struct unwind_state *state); 46 unsigned long *unwind_get_return_address_ptr(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() 59 void unwind_start(struct unwind_state *state, struct task_struct *task, in unwind_start() 71 static inline struct pt_regs *unwind_get_entry_regs(struct unwind_state *state, in unwind_get_entry_regs() 107 unsigned long unwind_recover_kretprobe(struct unwind_state *state, in unwind_recover_kretprobe() [all …]
|
/linux/arch/s390/include/asm/ |
A 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()
|
/linux/arch/x86/kernel/ |
A 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 …]
|
A D | unwind_guess.c | 9 unsigned long unwind_get_return_address(struct unwind_state *state) in unwind_get_return_address() 22 unsigned long *unwind_get_return_address_ptr(struct unwind_state *state) in unwind_get_return_address_ptr() 27 bool unwind_next_frame(struct unwind_state *state) in unwind_next_frame() 51 void __unwind_start(struct unwind_state *state, struct task_struct *task, in __unwind_start()
|
A D | unwind_orc.c | 313 unsigned long unwind_get_return_address(struct unwind_state *state) in unwind_get_return_address() 322 unsigned long *unwind_get_return_address_ptr(struct unwind_state *state) in unwind_get_return_address_ptr() 336 static bool stack_access_ok(struct unwind_state *state, unsigned long _addr, in stack_access_ok() 349 static bool deref_stack_reg(struct unwind_state *state, unsigned long addr, in deref_stack_reg() 359 static bool deref_stack_regs(struct unwind_state *state, unsigned long addr, in deref_stack_regs() 375 static bool deref_stack_iret_regs(struct unwind_state *state, unsigned long addr, in deref_stack_iret_regs() 396 static bool get_reg(struct unwind_state *state, unsigned int reg_off, in get_reg() 417 bool unwind_next_frame(struct unwind_state *state) in unwind_next_frame() 637 void __unwind_start(struct unwind_state *state, struct task_struct *task, in __unwind_start()
|
A D | stacktrace.c | 18 struct unwind_state state; in arch_stack_walk() 35 struct unwind_state state; in arch_stack_walk_reliable()
|
A D | dumpstack.c | 189 struct unwind_state state; in show_trace_log_lvl()
|
A D | process.c | 964 struct unwind_state state; in __get_wchan()
|
/linux/arch/s390/kernel/ |
A 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()
|
A D | stacktrace.c | 17 struct unwind_state state; in arch_stack_walk() 30 struct unwind_state state; in arch_stack_walk_reliable()
|
A D | perf_event.c | 205 struct unwind_state state; in perf_callchain_kernel()
|
A D | process.c | 186 struct unwind_state state; in __get_wchan()
|
A D | dumpstack.c | 142 struct unwind_state state; in show_stack()
|
/linux/tools/testing/selftests/x86/ |
A D | unwind_vdso.c | 63 struct unwind_state { struct 70 struct unwind_state *state = opaque; in trace_fn() argument 110 struct unwind_state state; in sigtrap()
|
/linux/arch/arc/kernel/ |
A 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()
|
/linux/arch/s390/lib/ |
A D | test_unwind.c | 47 struct unwind_state state; in test_unwind()
|
/linux/arch/x86/events/ |
A D | core.c | 2771 struct unwind_state state; in perf_callchain_kernel()
|
Completed in 30 milliseconds