diff options
Diffstat (limited to 'kernel/trace/Kconfig')
-rw-r--r-- | kernel/trace/Kconfig | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig index 8abcaf821beb..9c89526b6b7c 100644 --- a/kernel/trace/Kconfig +++ b/kernel/trace/Kconfig | |||
@@ -159,7 +159,7 @@ config BOOT_TRACER | |||
159 | selected, because the self-tests are an initcall as well and that | 159 | selected, because the self-tests are an initcall as well and that |
160 | would invalidate the boot trace. ) | 160 | would invalidate the boot trace. ) |
161 | 161 | ||
162 | config TRACE_UNLIKELY_PROFILE | 162 | config TRACE_BRANCH_PROFILING |
163 | bool "Trace likely/unlikely profiler" | 163 | bool "Trace likely/unlikely profiler" |
164 | depends on DEBUG_KERNEL | 164 | depends on DEBUG_KERNEL |
165 | select TRACING | 165 | select TRACING |
@@ -175,7 +175,7 @@ config TRACE_UNLIKELY_PROFILE | |||
175 | 175 | ||
176 | Say N if unsure. | 176 | Say N if unsure. |
177 | 177 | ||
178 | config TRACING_UNLIKELY | 178 | config TRACING_BRANCHES |
179 | bool | 179 | bool |
180 | help | 180 | help |
181 | Selected by tracers that will trace the likely and unlikely | 181 | Selected by tracers that will trace the likely and unlikely |
@@ -183,10 +183,10 @@ config TRACING_UNLIKELY | |||
183 | profiled. Profiling the tracing infrastructure can only happen | 183 | profiled. Profiling the tracing infrastructure can only happen |
184 | when the likelys and unlikelys are not being traced. | 184 | when the likelys and unlikelys are not being traced. |
185 | 185 | ||
186 | config UNLIKELY_TRACER | 186 | config BRANCH_TRACER |
187 | bool "Trace likely/unlikely instances" | 187 | bool "Trace likely/unlikely instances" |
188 | depends on TRACE_UNLIKELY_PROFILE | 188 | depends on TRACE_BRANCH_PROFILING |
189 | select TRACING_UNLIKELY | 189 | select TRACING_BRANCHES |
190 | help | 190 | help |
191 | This traces the events of likely and unlikely condition | 191 | This traces the events of likely and unlikely condition |
192 | calls in the kernel. The difference between this and the | 192 | calls in the kernel. The difference between this and the |