Skip to content

Commit

Permalink
ftrace: make nostacktrace the default
Browse files Browse the repository at this point in the history
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Ingo Molnar authored and Thomas Gleixner committed May 23, 2008
1 parent 8ac0fca commit 4c1f4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/trace/trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 4c1f4d4

Please sign in to comment.