projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc722f5
)
tracing: current tip/master can't enable ftrace
author
KOSAKI Motohiro
<kosaki.motohiro@jp.fujitsu.com>
Fri, 6 Mar 2009 01:40:53 +0000
(10:40 +0900)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 6 Mar 2009 10:56:42 +0000
(11:56 +0100)
After commit
40ada30f9621fbd831ac2437b9a2a399aad34b00
,
"make menuconfig" doesn't display "Tracer" item.
Following modification restores it.
kernel/trace/Kconfig
patch
|
blob
|
history
diff --git
a/kernel/trace/Kconfig
b/kernel/trace/Kconfig
index
5d733da
..
058d949
100644
(file)
--- a/
kernel/trace/Kconfig
+++ b/
kernel/trace/Kconfig
@@
-61,6
+61,7
@@
config TRACING_SUPPORT
bool
depends on TRACE_IRQFLAGS_SUPPORT
depends on STACKTRACE_SUPPORT
+ default y
if TRACING_SUPPORT