Searched defs:unwind_state (Results 1 – 13 of 13) sorted by relevance
63 struct unwind_state { struct70 struct unwind_state *state = opaque; in trace_fn() argument
143 std::optional<UnwindingMetadata> unwind_state; member
364 UnwindingMetadata* unwind_state = opt_user_state; in UnwindSample() local
147 StackCrawlState unwind_state(frames, kMaxFrames); in SignalHandler() local
8094 struct unwind_state { struct8095 struct stack_info stack_info;8096 long unsigned int stack_mask;8097 struct task_struct *task;8098 int graph_idx;8099 struct llist_node *kr_cur;8100 bool error;8101 bool signal;8102 bool full_regs;8103 long unsigned int sp;[all …]
15633 struct unwind_state { struct15634 struct stack_info stack_info;15635 long unsigned int stack_mask;15636 struct task_struct *task;15637 int graph_idx;15638 struct llist_node *kr_cur;15639 bool error;15640 bool got_irq;15641 long unsigned int *bp;15642 long unsigned int *orig_sp;[all …]
7725 struct unwind_state { struct7726 char type;7727 struct stack_info stack_info;7728 struct task_struct *task;7729 bool first;7730 bool error;7731 bool reset;7732 int graph_idx;7733 long unsigned int sp;7734 long unsigned int pc;[all …]
13548 struct unwind_state { struct13549 struct stack_info stack_info;13550 unsigned long stack_mask;13551 struct task_struct *task;13552 int graph_idx;13553 struct llist_node *kr_cur;13554 bool error;13555 bool got_irq;13556 unsigned long *bp;13557 unsigned long *orig_sp;[all …]
13021 struct unwind_state { struct13022 unsigned long fp;13023 unsigned long pc;13024 struct llist_node *kr_cur;13025 struct task_struct *task;13026 struct stack_info stack;13027 struct stack_info *stacks;13028 int nr_stacks;
66008 struct unwind_state { struct66009 long unsigned int fp;66010 long unsigned int pc;66011 long unsigned int stacks_done[1];66012 long unsigned int prev_fp;66013 enum stack_type prev_type;66014 struct llist_node *kr_cur;66015 struct task_struct *task;