Searched refs:FTRACE_RETFUNC_DEPTH (Results 1 – 4 of 4) sorted by relevance
52 unsigned long enter_funcs[FTRACE_RETFUNC_DEPTH];139 if (current->curr_ret_stack == FTRACE_RETFUNC_DEPTH - 1) { in ftrace_push_return_trace()198 if (unlikely(index < 0 || index >= FTRACE_RETFUNC_DEPTH)) { in ftrace_pop_return_trace()791 if (call->depth < FTRACE_RETFUNC_DEPTH) in print_graph_entry_leaf()825 if (call->depth < FTRACE_RETFUNC_DEPTH) in print_graph_entry_nested()1055 if (trace->depth < FTRACE_RETFUNC_DEPTH) { in print_graph_return()
5674 ret_stack_list[i] = kmalloc(FTRACE_RETFUNC_DEPTH in alloc_retstack_tasklist()5943 ret_stack = kmalloc(FTRACE_RETFUNC_DEPTH in ftrace_graph_init_idle_task()5964 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()
794 #define FTRACE_RETFUNC_DEPTH 50 macro