[RFC PATCH v3 21/26] early kprobes: add CONFIG_EARLY_KPROBES option.

From: Wang Nan
Date: Fri Feb 13 2015 - 00:52:56 EST


Enable early kprobes in Kconfig.

Signed-off-by: Wang Nan <wangnan0@xxxxxxxxxx>
---
arch/Kconfig | 15 +++++++++++++++
1 file changed, 15 insertions(+)

diff --git a/arch/Kconfig b/arch/Kconfig
index 05d7a8a..32e9f4a 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -46,6 +46,21 @@ config KPROBES
for kernel debugging, non-intrusive instrumentation and testing.
If in doubt, say "N".

+config EARLY_KPROBES
+ bool "Enable kprobes at very early booting stage"
+ depends on KPROBES && OPTPROBES
+ def_bool y
+ help
+ Enable kprobe at very early booting stage.
+
+config NR_EARLY_KPROBES_SLOTS
+ int "Number of possible early kprobes"
+ range 1 64
+ default 16
+ depends on EARLY_KPROBES
+ help
+ Number of early kprobes slots.
+
config JUMP_LABEL
bool "Optimize very unlikely/likely branches"
depends on HAVE_ARCH_JUMP_LABEL
--
1.8.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/