Home
last modified time | relevance | path

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

/Linux-v5.15/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()
378 kmalloc_array(FTRACE_RETFUNC_DEPTH, in alloc_retstack_tasklist()
519 kmalloc_array(FTRACE_RETFUNC_DEPTH, in ftrace_graph_init_idle_task()
541 ret_stack = kmalloc_array(FTRACE_RETFUNC_DEPTH, in ftrace_graph_init_task()
Dtrace_functions_graph.c27 unsigned long enter_funcs[FTRACE_RETFUNC_DEPTH];
654 if (call->depth < FTRACE_RETFUNC_DEPTH && in print_graph_entry_leaf()
692 if (call->depth < FTRACE_RETFUNC_DEPTH && in print_graph_entry_nested()
927 if (trace->depth < FTRACE_RETFUNC_DEPTH && in print_graph_return()
/Linux-v5.15/include/linux/
Dftrace.h969 #define FTRACE_RETFUNC_DEPTH 50 macro