|
@@ -32,8 +32,9 @@ config HAVE_OPROFILE
|
|
|
|
|
|
config KPROBES
|
|
config KPROBES
|
|
bool "Kprobes"
|
|
bool "Kprobes"
|
|
- depends on KALLSYMS && MODULES
|
|
|
|
|
|
+ depends on MODULES
|
|
depends on HAVE_KPROBES
|
|
depends on HAVE_KPROBES
|
|
|
|
+ select KALLSYMS
|
|
help
|
|
help
|
|
Kprobes allows you to trap at almost any kernel address and
|
|
Kprobes allows you to trap at almost any kernel address and
|
|
execute a callback function. register_kprobe() establishes
|
|
execute a callback function. register_kprobe() establishes
|
|
@@ -45,7 +46,6 @@ config OPTPROBES
|
|
def_bool y
|
|
def_bool y
|
|
depends on KPROBES && HAVE_OPTPROBES
|
|
depends on KPROBES && HAVE_OPTPROBES
|
|
depends on !PREEMPT
|
|
depends on !PREEMPT
|
|
- select KALLSYMS_ALL
|
|
|
|
|
|
|
|
config HAVE_EFFICIENT_UNALIGNED_ACCESS
|
|
config HAVE_EFFICIENT_UNALIGNED_ACCESS
|
|
bool
|
|
bool
|