diff options
-rw-r--r-- | Documentation/kprobes.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/kprobes.txt b/Documentation/kprobes.txt index bb5ff6d04bac..2335715bf471 100644 --- a/Documentation/kprobes.txt +++ b/Documentation/kprobes.txt | |||
@@ -819,7 +819,8 @@ a knob to globally and forcibly turn jump optimization (see section | |||
819 | is allowed (ON). If you echo "0" to this file or set | 819 | is allowed (ON). If you echo "0" to this file or set |
820 | "debug.kprobes_optimization" to 0 via sysctl, all optimized probes will be | 820 | "debug.kprobes_optimization" to 0 via sysctl, all optimized probes will be |
821 | unoptimized, and any new probes registered after that will not be optimized. | 821 | unoptimized, and any new probes registered after that will not be optimized. |
822 | Note that this knob *changes* the optimized state. This means that optimized | 822 | |
823 | Note that this knob *changes* the optimized state. This means that optimized | ||
823 | probes (marked [OPTIMIZED]) will be unoptimized ([OPTIMIZED] tag will be | 824 | probes (marked [OPTIMIZED]) will be unoptimized ([OPTIMIZED] tag will be |
824 | removed). If the knob is turned on, they will be optimized again. | 825 | removed). If the knob is turned on, they will be optimized again. |
825 | 826 | ||