Home
last modified time | relevance | path

Searched refs:stack_trace_max_size (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/kernel/trace/
Dtrace_stack.c33 unsigned long stack_trace_max_size; variable
87 if (this_size <= stack_trace_max_size) in check_stack()
112 if (this_size <= stack_trace_max_size) in check_stack()
115 stack_trace_max_size = this_size; in check_stack()
176 stack_trace_max_size -= tracer_frame; in check_stack()
361 if (!stack_tracer_enabled && !stack_trace_max_size) in t_show()
469 &stack_trace_max_size, &stack_max_size_fops); in stack_trace_init()
/linux-4.4.14/include/linux/
Dftrace.h273 extern unsigned long stack_trace_max_size;