Searched refs:FTRACE_NOTRACE_DEPTH (Results 1 – 3 of 3) sorted by relevance
169 current->curr_ret_stack -= FTRACE_NOTRACE_DEPTH; in ftrace_push_return_trace()202 index += FTRACE_NOTRACE_DEPTH; in ftrace_pop_return_trace()266 current->curr_ret_stack += FTRACE_NOTRACE_DEPTH; in ftrace_return_to_handler()313 index += FTRACE_NOTRACE_DEPTH; in ftrace_graph_ret_addr()848 call->depth += FTRACE_NOTRACE_DEPTH; in print_graph_entry_leaf()894 call->depth += FTRACE_NOTRACE_DEPTH; in print_graph_entry_nested()
65 frame->graph += FTRACE_NOTRACE_DEPTH; in unwind_frame()
793 #define FTRACE_NOTRACE_DEPTH 65536 macro