Searched refs:stack_frame (Results 1 – 3 of 3) sorted by relevance
46 struct stack_frame { struct52 static inline bool is_zero_frame(struct stack_frame* frame) { in is_zero_frame() argument67 void get_current_frame(struct stack_frame* frame);76 int step_frame(struct stack_frame* frame, bool user);
62 static int step_user_frame(struct stack_frame* frame) { in step_user_frame()78 static int step_kernel_frame(struct stack_frame* frame, bool current_frame) { in step_kernel_frame()92 int step_frame(struct stack_frame* frame, bool user) { in step_frame()100 void get_current_frame(struct stack_frame* frame) { in get_current_frame()
120 struct stack_frame* frame, in print_function_info()149 struct stack_frame* frame) { in dump_user_function()162 struct stack_frame* frame) { in dump_kernel_function()176 static void dump_function(thread_t* thread, struct stack_frame* frame) { in dump_function()248 struct stack_frame* frame, in dump_monotonic_backtrace()276 struct stack_frame* frame) { in dump_backtrace_etc()327 struct stack_frame frame = {0}; in dump_thread_backtrace()