Searched refs:FTRACE_RETFUNC_DEPTH (Results 1 – 4 of 4) sorted by relevance
52 unsigned long enter_funcs[FTRACE_RETFUNC_DEPTH];134 if (current->curr_ret_stack == FTRACE_RETFUNC_DEPTH - 1) { in ftrace_push_return_trace()193 if (unlikely(index < 0 || index >= FTRACE_RETFUNC_DEPTH)) { in ftrace_pop_return_trace()790 if (call->depth < FTRACE_RETFUNC_DEPTH) in print_graph_entry_leaf()823 if (call->depth < FTRACE_RETFUNC_DEPTH) in print_graph_entry_nested()1051 if (trace->depth < FTRACE_RETFUNC_DEPTH) { in print_graph_return()
5658 ret_stack_list[i] = kmalloc(FTRACE_RETFUNC_DEPTH in alloc_retstack_tasklist()5927 ret_stack = kmalloc(FTRACE_RETFUNC_DEPTH in ftrace_graph_init_idle_task()5948 ret_stack = kmalloc(FTRACE_RETFUNC_DEPTH in ftrace_graph_init_task()
33 if (current->curr_ret_stack == FTRACE_RETFUNC_DEPTH - 1) { in push_return_trace()
782 #define FTRACE_RETFUNC_DEPTH 50 macro