Skip to content

Commit e94102e

Browse files
seehearfeelJonathan Corbet
authored andcommitted
docs, kprobes: Fix the wrong location of Kprobes
After commit 22471e1 ("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 <[email protected]> Acked-by: Steven Rostedt (Google) <[email protected]> Fixes: 22471e1 ("kconfig: use a menu in arch/Kconfig to reduce clutter") Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 1404f29 commit e94102e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/trace/kprobes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,8 @@ Configuring Kprobes
328328
===================
329329

330330
When configuring the kernel using make menuconfig/xconfig/oldconfig,
331-
ensure that CONFIG_KPROBES is set to "y". Under "General setup", look
332-
for "Kprobes".
331+
ensure that CONFIG_KPROBES is set to "y", look for "Kprobes" under
332+
"General architecture-dependent options".
333333

334334
So that you can load and unload Kprobes-based instrumentation modules,
335335
make sure "Loadable module support" (CONFIG_MODULES) and "Module

0 commit comments

Comments
 (0)