Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/trace/
Dtrace_functions_graph.c52 unsigned long enter_funcs[FTRACE_RETFUNC_DEPTH];
134 if (current->curr_ret_stack == FTRACE_RETFUNC_DEPTH - 1) { in ftrace_push_return_trace()
193 if (unlikely(index < 0 || index >= FTRACE_RETFUNC_DEPTH)) { in ftrace_pop_return_trace()
790 if (call->depth < FTRACE_RETFUNC_DEPTH) in print_graph_entry_leaf()
823 if (call->depth < FTRACE_RETFUNC_DEPTH) in print_graph_entry_nested()
1051 if (trace->depth < FTRACE_RETFUNC_DEPTH) { in print_graph_return()
Dftrace.c5658 ret_stack_list[i] = kmalloc(FTRACE_RETFUNC_DEPTH in alloc_retstack_tasklist()
5927 ret_stack = kmalloc(FTRACE_RETFUNC_DEPTH in ftrace_graph_init_idle_task()
5948 ret_stack = kmalloc(FTRACE_RETFUNC_DEPTH in ftrace_graph_init_task()
/linux-4.1.27/arch/parisc/kernel/
Dftrace.c33 if (current->curr_ret_stack == FTRACE_RETFUNC_DEPTH - 1) { in push_return_trace()
/linux-4.1.27/include/linux/
Dftrace.h782 #define FTRACE_RETFUNC_DEPTH 50 macro