mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 22:21:42 +00:00
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:
parent
8ac0fca4cc
commit
4c1f4d4f01
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user