Home
last modified time | relevance | path

Searched refs:FTRACE_RETFUNC_DEPTH (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/trace/
H A Dfgraph.c88 if (current->curr_ret_stack == FTRACE_RETFUNC_DEPTH - 1) { in ftrace_push_return_trace()
166 if (unlikely(index < 0 || index >= FTRACE_RETFUNC_DEPTH)) { in ftrace_pop_return_trace()
414 kmalloc_array(FTRACE_RETFUNC_DEPTH, in alloc_retstack_tasklist()
557 kmalloc_array(FTRACE_RETFUNC_DEPTH, in ftrace_graph_init_idle_task()
579 ret_stack = kmalloc_array(FTRACE_RETFUNC_DEPTH, in ftrace_graph_init_task()
H A Dtrace_functions_graph.c27 unsigned long enter_funcs[FTRACE_RETFUNC_DEPTH];
710 if (call->depth < FTRACE_RETFUNC_DEPTH && in print_graph_entry_leaf()
756 if (call->depth < FTRACE_RETFUNC_DEPTH && in print_graph_entry_nested()
991 if (trace->depth < FTRACE_RETFUNC_DEPTH && in print_graph_return()
/openbmc/linux/include/linux/
H A Dftrace.h1089 #define FTRACE_RETFUNC_DEPTH 50 macro