Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/trace/
Dtrace_functions_graph.c52 unsigned long enter_funcs[FTRACE_RETFUNC_DEPTH];
139 if (current->curr_ret_stack == FTRACE_RETFUNC_DEPTH - 1) { in ftrace_push_return_trace()
198 if (unlikely(index < 0 || index >= FTRACE_RETFUNC_DEPTH)) { in ftrace_pop_return_trace()
791 if (call->depth < FTRACE_RETFUNC_DEPTH) in print_graph_entry_leaf()
825 if (call->depth < FTRACE_RETFUNC_DEPTH) in print_graph_entry_nested()
1055 if (trace->depth < FTRACE_RETFUNC_DEPTH) { in print_graph_return()
Dftrace.c5674 ret_stack_list[i] = kmalloc(FTRACE_RETFUNC_DEPTH in alloc_retstack_tasklist()
5943 ret_stack = kmalloc(FTRACE_RETFUNC_DEPTH in ftrace_graph_init_idle_task()
5964 ret_stack = kmalloc(FTRACE_RETFUNC_DEPTH in ftrace_graph_init_task()
/linux-4.4.14/arch/parisc/kernel/
Dftrace.c33 if (current->curr_ret_stack == FTRACE_RETFUNC_DEPTH - 1) { in push_return_trace()
/linux-4.4.14/include/linux/
Dftrace.h794 #define FTRACE_RETFUNC_DEPTH 50 macro