Searched refs:FTRACE_RETFUNC_DEPTH (Results 1 – 3 of 3) sorted by relevance
54 unsigned long enter_funcs[FTRACE_RETFUNC_DEPTH];141 if (current->curr_ret_stack == FTRACE_RETFUNC_DEPTH - 1) { in ftrace_push_return_trace()204 if (unlikely(index < 0 || index >= FTRACE_RETFUNC_DEPTH)) { in ftrace_pop_return_trace()858 if (call->depth < FTRACE_RETFUNC_DEPTH && in print_graph_entry_leaf()900 if (call->depth < FTRACE_RETFUNC_DEPTH && in print_graph_entry_nested()1131 if (trace->depth < FTRACE_RETFUNC_DEPTH && in print_graph_return()
828 if (index >= 0 && index < FTRACE_RETFUNC_DEPTH) in profile_graph_entry()6795 kmalloc_array(FTRACE_RETFUNC_DEPTH, in alloc_retstack_tasklist()7054 kmalloc_array(FTRACE_RETFUNC_DEPTH, in ftrace_graph_init_idle_task()7075 ret_stack = kmalloc_array(FTRACE_RETFUNC_DEPTH, in ftrace_graph_init_task()
794 #define FTRACE_RETFUNC_DEPTH 50 macro