Lines Matching refs:depth
23 int depth; member
100 ftrace_push_return_trace(unsigned long ret, unsigned long func, int *depth, in ftrace_push_return_trace() argument
130 *depth = index; in ftrace_push_return_trace()
184 trace->depth = index; in ftrace_pop_return_trace()
265 if ((!(trace->depth || ftrace_graph_addr(trace->func)) || in trace_graph_entry()
267 (max_depth && trace->depth >= max_depth)) in trace_graph_entry()
302 .depth = 0, in __trace_graph_function()
306 .depth = 0, in __trace_graph_function()
810 cpu_data->depth = call->depth - 1; in print_graph_entry_leaf()
813 if (call->depth < FTRACE_RETFUNC_DEPTH) in print_graph_entry_leaf()
814 cpu_data->enter_funcs[call->depth] = 0; in print_graph_entry_leaf()
823 for (i = 0; i < call->depth * TRACE_GRAPH_INDENT; i++) { in print_graph_entry_leaf()
851 cpu_data->depth = call->depth; in print_graph_entry_nested()
854 if (call->depth < FTRACE_RETFUNC_DEPTH) in print_graph_entry_nested()
855 cpu_data->enter_funcs[call->depth] = call->func; in print_graph_entry_nested()
864 for (i = 0; i < call->depth * TRACE_GRAPH_INDENT; i++) { in print_graph_entry_nested()
952 unsigned long addr, int depth) in check_irq_entry() argument
982 *depth_irq = depth; in check_irq_entry()
998 check_irq_return(struct trace_iterator *iter, u32 flags, int depth) in check_irq_return() argument
1030 if (*depth_irq >= depth) { in check_irq_return()
1051 if (check_irq_entry(iter, flags, call->func, call->depth)) in print_graph_entry()
1091 if (check_irq_return(iter, flags, trace->depth)) in print_graph_return()
1105 cpu_data->depth = trace->depth - 1; in print_graph_return()
1107 if (trace->depth < FTRACE_RETFUNC_DEPTH) { in print_graph_return()
1108 if (cpu_data->enter_funcs[trace->depth] != trace->func) in print_graph_return()
1110 cpu_data->enter_funcs[trace->depth] = 0; in print_graph_return()
1123 for (i = 0; i < trace->depth * TRACE_GRAPH_INDENT; i++) { in print_graph_return()
1168 int depth = 0; in print_graph_comment() local
1173 depth = per_cpu_ptr(data->cpu_data, iter->cpu)->depth; in print_graph_comment()
1184 if (depth > 0) in print_graph_comment()
1185 for (i = 0; i < (depth + 1) * TRACE_GRAPH_INDENT; i++) { in print_graph_comment()
1404 int *depth = &(per_cpu_ptr(data->cpu_data, cpu)->depth); in graph_trace_open() local
1409 *depth = 0; in graph_trace_open()