Searched refs:unwind_state (Results 1 – 9 of 9) sorted by relevance
46 stack_capture(struct thread *td, struct stack *st, struct unwind_state *frame) in stack_capture()63 struct unwind_state frame; in stack_save_td()83 struct unwind_state frame; in stack_save()
68 db_stack_trace_cmd(struct thread *td, struct unwind_state *frame) in db_stack_trace_cmd()104 struct unwind_state frame; in db_trace_thread()122 struct unwind_state frame; in db_trace_self()
39 unwind_frame(struct thread *td, struct unwind_state *frame) in unwind_frame()
42 stack_capture(struct stack *st, struct unwind_state *state) in stack_capture()55 struct unwind_state state; in stack_save()72 struct unwind_state state; in stack_save_td()
57 db_stack_trace_cmd(struct unwind_state *state) in db_stack_trace_cmd()154 struct unwind_state state; in db_trace_thread()174 struct unwind_state state; in db_trace_self()
351 unwind_exec_read_byte(struct unwind_state *state) in unwind_exec_read_byte()371 unwind_exec_insn(struct unwind_state *state) in unwind_exec_insn()496 unwind_tab(struct unwind_state *state) in unwind_tab()548 unwind_stack_one(struct unwind_state *state, int can_lock __unused) in unwind_stack_one()
35 struct unwind_state { struct41 bool unwind_frame(struct thread *, struct unwind_state *); argument
78 struct unwind_state frame; in kcsan_md_unwind()
43 struct unwind_state { struct60 int unwind_stack_one(struct unwind_state *, int); argument