|
@@ -59,6 +59,7 @@ void show_trace_log_lvl(struct task_struct *task, struct pt_regs *regs,
|
|
printk("%sCall Trace:\n", log_lvl);
|
|
printk("%sCall Trace:\n", log_lvl);
|
|
|
|
|
|
unwind_start(&state, task, regs, stack);
|
|
unwind_start(&state, task, regs, stack);
|
|
|
|
+ stack = stack ? : get_stack_pointer(task, regs);
|
|
|
|
|
|
/*
|
|
/*
|
|
* Iterate through the stacks, starting with the current stack pointer.
|
|
* Iterate through the stacks, starting with the current stack pointer.
|