diff options
-rw-r--r-- | kernel/trace/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig index 0b249e2f0c3c..c4f0f2e4126e 100644 --- a/kernel/trace/Kconfig +++ b/kernel/trace/Kconfig | |||
@@ -606,7 +606,10 @@ config HIST_TRIGGERS | |||
606 | event activity as an initial guide for further investigation | 606 | event activity as an initial guide for further investigation |
607 | using more advanced tools. | 607 | using more advanced tools. |
608 | 608 | ||
609 | See Documentation/trace/events.txt. | 609 | Inter-event tracing of quantities such as latencies is also |
610 | supported using hist triggers under this option. | ||
611 | |||
612 | See Documentation/trace/histogram.txt. | ||
610 | If in doubt, say N. | 613 | If in doubt, say N. |
611 | 614 | ||
612 | config MMIOTRACE_TEST | 615 | config MMIOTRACE_TEST |