summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/trace/Kconfig5
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
612config MMIOTRACE_TEST 615config MMIOTRACE_TEST