Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/trace/
Dfgraph.c78 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()
Dtrace_functions_graph.c27 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()
/kernel/linux/linux-5.10/include/linux/
Dftrace.h930 #define FTRACE_RETFUNC_DEPTH 50 macro