summaryrefslogtreecommitdiffstats
path: root/Documentation/kprobes.txt
diff options
context:
space:
mode:
authorLi Bin <huawei.libin@huawei.com>2015-03-05 09:48:31 +0800
committerJonathan Corbet <corbet@lwn.net>2015-03-20 07:41:55 -0600
commit080684c88ac194dffee4228bb073af61b67ebfaf (patch)
tree6fc2a0ae84355f25f349b06a277f4e7c1a56aa03 /Documentation/kprobes.txt
parent80b6f38be29ad12abc30148211558384196a8b1f (diff)
downloadop-kernel-dev-080684c88ac194dffee4228bb073af61b67ebfaf.zip
op-kernel-dev-080684c88ac194dffee4228bb073af61b67ebfaf.tar.gz
kprobes: Update Documentation/kprobes.txt
The patch 125e564("Move Kconfig.instrumentation to arch/Kconfig and init/Kconfig") had removed the "Instrumentation Support" menu, and the configurations under this had be moved to "General setup". Update Documentation/kprobes.txt to reflect this change. Signed-off-by: Li Bin <huawei.libin@huawei.com> Acked-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/kprobes.txt')
-rw-r--r--Documentation/kprobes.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/kprobes.txt b/Documentation/kprobes.txt
index 1488b65..1f9b3e2 100644
--- a/Documentation/kprobes.txt
+++ b/Documentation/kprobes.txt
@@ -305,8 +305,8 @@ architectures:
3. Configuring Kprobes
When configuring the kernel using make menuconfig/xconfig/oldconfig,
-ensure that CONFIG_KPROBES is set to "y". Under "Instrumentation
-Support", look for "Kprobes".
+ensure that CONFIG_KPROBES is set to "y". Under "General setup", look
+for "Kprobes".
So that you can load and unload Kprobes-based instrumentation modules,
make sure "Loadable module support" (CONFIG_MODULES) and "Module
OpenPOWER on IntegriCloud