Skip to content

Commit

Permalink
tracing: Remove CONFIG_TRACE_POWER from kernel config
Browse files Browse the repository at this point in the history
The power tracer has been converted to power trace events.

Acked-by: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
LKML-Reference: <4B84D50E.4070806@cn.fujitsu.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
  • Loading branch information
Li Zefan authored and Steven Rostedt committed Feb 25, 2010
1 parent 86c38a3 commit 1ab83a8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions kernel/trace/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -330,15 +330,6 @@ config BRANCH_TRACER

Say N if unsure.

config POWER_TRACER
bool "Trace power consumption behavior"
depends on X86
select GENERIC_TRACER
help
This tracer helps developers to analyze and optimize the kernel's
power management decisions, specifically the C-state and P-state
behavior.

config KSYM_TRACER
bool "Trace read and write access on kernel memory locations"
depends on HAVE_HW_BREAKPOINT
Expand Down

0 comments on commit 1ab83a8

Please sign in to comment.