mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
perf_counter: Set the CONFIG_PERF_COUNTERS default to y if CONFIG_PROFILING=y
If user has already enabled profiling support in the kernel (for oprofile, old-style profiling of ftrace) then offer up perfcounters with a y default in interactive kconfig sessions. Still keep it off by default otherwise. Cc: Peter Zijlstra <peterz@infradead.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
7e030655dd
commit
f26542600e
1 changed files with 1 additions and 0 deletions
|
@ -940,6 +940,7 @@ menu "Performance Counters"
|
||||||
|
|
||||||
config PERF_COUNTERS
|
config PERF_COUNTERS
|
||||||
bool "Kernel Performance Counters"
|
bool "Kernel Performance Counters"
|
||||||
|
default y if PROFILING
|
||||||
depends on HAVE_PERF_COUNTERS
|
depends on HAVE_PERF_COUNTERS
|
||||||
select ANON_INODES
|
select ANON_INODES
|
||||||
help
|
help
|
||||||
|
|
Loading…
Reference in a new issue