diff options
Diffstat (limited to 'kernel/trace/Kconfig')
-rw-r--r-- | kernel/trace/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig index b8378fad29a3..7e3548705708 100644 --- a/kernel/trace/Kconfig +++ b/kernel/trace/Kconfig | |||
@@ -166,8 +166,7 @@ config TRACE_BRANCH_PROFILING | |||
166 | This tracer profiles all the the likely and unlikely macros | 166 | This tracer profiles all the the likely and unlikely macros |
167 | in the kernel. It will display the results in: | 167 | in the kernel. It will display the results in: |
168 | 168 | ||
169 | /debugfs/tracing/profile_likely | 169 | /debugfs/tracing/profile_annotated_branch |
170 | /debugfs/tracing/profile_unlikely | ||
171 | 170 | ||
172 | Note: this will add a significant overhead, only turn this | 171 | Note: this will add a significant overhead, only turn this |
173 | on if you need to profile the system's use of these macros. | 172 | on if you need to profile the system's use of these macros. |