Skip to content

Commit

Permalink
tracing: current tip/master can't enable ftrace
Browse files Browse the repository at this point in the history
After commit 40ada30,
"make menuconfig" doesn't display "Tracer" item.

Following modification restores it.
  • Loading branch information
KOSAKI Motohiro authored and Ingo Molnar committed Mar 6, 2009
1 parent bc722f5 commit 422d3c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/trace/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ config TRACING_SUPPORT
bool
depends on TRACE_IRQFLAGS_SUPPORT
depends on STACKTRACE_SUPPORT
default y

if TRACING_SUPPORT

Expand Down

0 comments on commit 422d3c7

Please sign in to comment.