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

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

Completed in 131 milliseconds