ftrace: make it more available in the Kconfig
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
5429db2d26
commit
694379e9ed
@@ -14,7 +14,7 @@ config TRACING
|
|||||||
|
|
||||||
config FTRACE
|
config FTRACE
|
||||||
bool "Kernel Function Tracer"
|
bool "Kernel Function Tracer"
|
||||||
depends on DEBUG_KERNEL && HAVE_FTRACE
|
depends on HAVE_FTRACE
|
||||||
select FRAME_POINTER
|
select FRAME_POINTER
|
||||||
select TRACING
|
select TRACING
|
||||||
select CONTEXT_SWITCH_TRACER
|
select CONTEXT_SWITCH_TRACER
|
||||||
@@ -72,7 +72,6 @@ config PREEMPT_TRACER
|
|||||||
|
|
||||||
config SCHED_TRACER
|
config SCHED_TRACER
|
||||||
bool "Scheduling Latency Tracer"
|
bool "Scheduling Latency Tracer"
|
||||||
depends on DEBUG_KERNEL
|
|
||||||
select TRACING
|
select TRACING
|
||||||
select CONTEXT_SWITCH_TRACER
|
select CONTEXT_SWITCH_TRACER
|
||||||
select TRACER_MAX_TRACE
|
select TRACER_MAX_TRACE
|
||||||
@@ -82,7 +81,6 @@ config SCHED_TRACER
|
|||||||
|
|
||||||
config CONTEXT_SWITCH_TRACER
|
config CONTEXT_SWITCH_TRACER
|
||||||
bool "Trace process context switches"
|
bool "Trace process context switches"
|
||||||
depends on DEBUG_KERNEL
|
|
||||||
select TRACING
|
select TRACING
|
||||||
select MARKERS
|
select MARKERS
|
||||||
help
|
help
|
||||||
|
Reference in New Issue
Block a user