unwind_state
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: ✅struct unwind_state {
struct stack_info stack_info;
long unsigned int stack_mask;
struct task_struct *task;
int graph_idx;
long unsigned int *bp;
long unsigned int *orig_sp;
struct pt_regs *regs;
};
4.13
: ✅struct unwind_state {
struct stack_info stack_info;
long unsigned int stack_mask;
struct task_struct *task;
int graph_idx;
bool error;
bool got_irq;
long unsigned int *bp;
long unsigned int *orig_sp;
struct pt_regs *regs;
long unsigned int ip;
};
4.15
: ✅struct unwind_state {
struct stack_info stack_info;
long unsigned int stack_mask;
struct task_struct *task;
int graph_idx;
bool error;
bool got_irq;
long unsigned int *bp;
long unsigned int *orig_sp;
long unsigned int ip;
struct pt_regs *regs;
};
4.18
: ✅struct unwind_state {
struct stack_info stack_info;
long unsigned int stack_mask;
struct task_struct *task;
int graph_idx;
bool error;
bool got_irq;
long unsigned int *bp;
long unsigned int *orig_sp;
long unsigned int ip;
struct pt_regs *regs;
};
5.0
: ✅struct unwind_state {
struct stack_info stack_info;
long unsigned int stack_mask;
struct task_struct *task;
int graph_idx;
bool error;
bool got_irq;
long unsigned int *bp;
long unsigned int *orig_sp;
long unsigned int ip;
long unsigned int *next_bp;
struct pt_regs *regs;
};
5.3
: ✅struct unwind_state {
struct stack_info stack_info;
long unsigned int stack_mask;
struct task_struct *task;
int graph_idx;
bool error;
bool got_irq;
long unsigned int *bp;
long unsigned int *orig_sp;
long unsigned int ip;
long unsigned int *next_bp;
struct pt_regs *regs;
};
5.4
: ✅struct unwind_state {
struct stack_info stack_info;
long unsigned int stack_mask;
struct task_struct *task;
int graph_idx;
bool error;
bool got_irq;
long unsigned int *bp;
long unsigned int *orig_sp;
long unsigned int ip;
long unsigned int *next_bp;
struct pt_regs *regs;
};
5.8
: ✅struct unwind_state {
struct stack_info stack_info;
long unsigned int stack_mask;
struct task_struct *task;
int graph_idx;
bool error;
bool got_irq;
long unsigned int *bp;
long unsigned int *orig_sp;
long unsigned int ip;
long unsigned int *next_bp;
struct pt_regs *regs;
};
5.11
: ✅struct unwind_state {
struct stack_info stack_info;
long unsigned int stack_mask;
struct task_struct *task;
int graph_idx;
bool error;
bool got_irq;
long unsigned int *bp;
long unsigned int *orig_sp;
long unsigned int ip;
long unsigned int *next_bp;
struct pt_regs *regs;
};
5.13
: ✅struct unwind_state {
struct stack_info stack_info;
long unsigned int stack_mask;
struct task_struct *task;
int graph_idx;
bool error;
bool got_irq;
long unsigned int *bp;
long unsigned int *orig_sp;
long unsigned int ip;
long unsigned int *next_bp;
struct pt_regs *regs;
};
5.15
: ✅struct unwind_state {
struct stack_info stack_info;
long unsigned int stack_mask;
struct task_struct *task;
int graph_idx;
bool error;
bool got_irq;
long unsigned int *bp;
long unsigned int *orig_sp;
long unsigned int ip;
long unsigned int *next_bp;
struct pt_regs *regs;
};
5.19
: ✅struct unwind_state {
struct stack_info stack_info;
long unsigned int stack_mask;
struct task_struct *task;
int graph_idx;
struct llist_node *kr_cur;
bool error;
bool got_irq;
long unsigned int *bp;
long unsigned int *orig_sp;
long unsigned int ip;
long unsigned int *next_bp;
struct pt_regs *regs;
};
6.2
: ✅struct unwind_state {
struct stack_info stack_info;
long unsigned int stack_mask;
struct task_struct *task;
int graph_idx;
struct llist_node *kr_cur;
bool error;
bool got_irq;
long unsigned int *bp;
long unsigned int *orig_sp;
long unsigned int ip;
long unsigned int *next_bp;
struct pt_regs *regs;
};
6.5
: ✅struct unwind_state {
struct stack_info stack_info;
long unsigned int stack_mask;
struct task_struct *task;
int graph_idx;
struct llist_node *kr_cur;
bool error;
bool got_irq;
long unsigned int *bp;
long unsigned int *orig_sp;
long unsigned int ip;
long unsigned int *next_bp;
struct pt_regs *regs;
};
6.8
: ✅struct unwind_state {
struct stack_info stack_info;
long unsigned int stack_mask;
struct task_struct *task;
int graph_idx;
struct llist_node *kr_cur;
bool error;
bool got_irq;
long unsigned int *bp;
long unsigned int *orig_sp;
long unsigned int ip;
long unsigned int *next_bp;
struct pt_regs *regs;
};
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: ✅struct unwind_state {
struct stack_info stack_info;
long unsigned int stack_mask;
struct task_struct *task;
int graph_idx;
bool error;
bool got_irq;
long unsigned int *bp;
long unsigned int *orig_sp;
long unsigned int ip;
long unsigned int *next_bp;
struct pt_regs *regs;
};
azure
: ✅struct unwind_state {
struct stack_info stack_info;
long unsigned int stack_mask;
struct task_struct *task;
int graph_idx;
bool error;
bool got_irq;
long unsigned int *bp;
long unsigned int *orig_sp;
long unsigned int ip;
long unsigned int *next_bp;
struct pt_regs *regs;
};
gcp
: ✅struct unwind_state {
struct stack_info stack_info;
long unsigned int stack_mask;
struct task_struct *task;
int graph_idx;
bool error;
bool got_irq;
long unsigned int *bp;
long unsigned int *orig_sp;
long unsigned int ip;
long unsigned int *next_bp;
struct pt_regs *regs;
};
lowlatency
: ✅struct unwind_state {
struct stack_info stack_info;
long unsigned int stack_mask;
struct task_struct *task;
int graph_idx;
bool error;
bool got_irq;
long unsigned int *bp;
long unsigned int *orig_sp;
long unsigned int ip;
long unsigned int *next_bp;
struct pt_regs *regs;
};
Regular
4.10
and 4.13
⚠️bool error
bool got_irq
long unsigned int ip
4.13
and 4.15
✅
4.15
and 4.18
✅
4.18
and 5.0
⚠️long unsigned int *next_bp
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
✅
5.8
and 5.11
✅
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
⚠️struct llist_node *kr_cur
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅