ftrace: make nostacktrace the default
Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
committed by
Thomas Gleixner
parent
8ac0fca4cc
commit
4c1f4d4f01
@@ -132,7 +132,7 @@ static const char *trace_options[] = {
|
|||||||
NULL
|
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);
|
static DEFINE_SPINLOCK(ftrace_max_lock);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user