Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_stack.c28 static unsigned long stack_trace_max_size; variable
167 if (this_size <= stack_trace_max_size) in check_stack()
186 if (this_size <= stack_trace_max_size) in check_stack()
189 stack_trace_max_size = this_size; in check_stack()
251 stack_trace_max_size -= tracer_frame; in check_stack()
446 if (!stack_tracer_enabled && !stack_trace_max_size) in t_show()
563 &stack_trace_max_size, &stack_max_size_fops); in stack_trace_init()