Commit 4c1f4d4f authored by Ingo Molnar's avatar Ingo Molnar Committed by Thomas Gleixner

ftrace: make nostacktrace the default

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 8ac0fca4
......@@ -132,7 +132,7 @@ static const char *trace_options[] = {
NULL
};
static unsigned trace_flags = TRACE_ITER_PRINT_PARENT | TRACE_ITER_STACKTRACE;
static unsigned trace_flags = TRACE_ITER_PRINT_PARENT;
static DEFINE_SPINLOCK(ftrace_max_lock);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment