Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/trace/
Dtrace_functions_graph.c54 unsigned long enter_funcs[FTRACE_RETFUNC_DEPTH];
141 if (current->curr_ret_stack == FTRACE_RETFUNC_DEPTH - 1) { in ftrace_push_return_trace()
204 if (unlikely(index < 0 || index >= FTRACE_RETFUNC_DEPTH)) { in ftrace_pop_return_trace()
858 if (call->depth < FTRACE_RETFUNC_DEPTH && in print_graph_entry_leaf()
900 if (call->depth < FTRACE_RETFUNC_DEPTH && in print_graph_entry_nested()
1131 if (trace->depth < FTRACE_RETFUNC_DEPTH && in print_graph_return()
Dftrace.c828 if (index >= 0 && index < FTRACE_RETFUNC_DEPTH) in profile_graph_entry()
6795 kmalloc_array(FTRACE_RETFUNC_DEPTH, in alloc_retstack_tasklist()
7054 kmalloc_array(FTRACE_RETFUNC_DEPTH, in ftrace_graph_init_idle_task()
7075 ret_stack = kmalloc_array(FTRACE_RETFUNC_DEPTH, in ftrace_graph_init_task()
/Linux-v4.19/include/linux/
Dftrace.h794 #define FTRACE_RETFUNC_DEPTH 50 macro