diff options
author | Tiezhu Yang <yangtiezhu@loongson.cn> | 2022-09-16 17:55:06 +0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-09-29 13:07:52 -0600 |
commit | e94102e5067591aa713e623d7d1226f07d4431cf (patch) | |
tree | a364fdc8f076bbf9560bf8c374e3c5a0b4b1cc8f /Documentation/trace | |
parent | 1404f29258dc87a5fc971ea96743d4635caeb9b3 (diff) |
docs, kprobes: Fix the wrong location of Kprobes
After commit 22471e1313f2 ("kconfig: use a menu in arch/Kconfig to reduce
clutter"), the location of Kprobes is under "General architecture-dependent
options" rather than "General setup".
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Fixes: 22471e1313f2 ("kconfig: use a menu in arch/Kconfig to reduce clutter")
Link: https://lore.kernel.org/r/1663322106-12178-1-git-send-email-yangtiezhu@loongson.cn
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/trace')
-rw-r--r-- | Documentation/trace/kprobes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/trace/kprobes.rst b/Documentation/trace/kprobes.rst index f318bceda1e6..48cf778a2468 100644 --- a/Documentation/trace/kprobes.rst +++ b/Documentation/trace/kprobes.rst @@ -328,8 +328,8 @@ Configuring Kprobes =================== When configuring the kernel using make menuconfig/xconfig/oldconfig, -ensure that CONFIG_KPROBES is set to "y". Under "General setup", look -for "Kprobes". +ensure that CONFIG_KPROBES is set to "y", look for "Kprobes" under +"General architecture-dependent options". So that you can load and unload Kprobes-based instrumentation modules, make sure "Loadable module support" (CONFIG_MODULES) and "Module |