Searched refs:FTRACE_RETFUNC_DEPTH (Results 1 – 3 of 3) sorted by relevance
78 if (current->curr_ret_stack == FTRACE_RETFUNC_DEPTH - 1) { in ftrace_push_return_trace()154 if (unlikely(index < 0 || index >= FTRACE_RETFUNC_DEPTH)) { in ftrace_pop_return_trace()379 kmalloc_array(FTRACE_RETFUNC_DEPTH, in alloc_retstack_tasklist()520 kmalloc_array(FTRACE_RETFUNC_DEPTH, in ftrace_graph_init_idle_task()542 ret_stack = kmalloc_array(FTRACE_RETFUNC_DEPTH, in ftrace_graph_init_task()
27 unsigned long enter_funcs[FTRACE_RETFUNC_DEPTH];656 if (call->depth < FTRACE_RETFUNC_DEPTH && in print_graph_entry_leaf()694 if (call->depth < FTRACE_RETFUNC_DEPTH && in print_graph_entry_nested()929 if (trace->depth < FTRACE_RETFUNC_DEPTH && in print_graph_return()
930 #define FTRACE_RETFUNC_DEPTH 50 macro