linux/debian/patches/features/all/rt/0036-tracing-Add-inter-even...

29 lines
982 B
Diff

From: Tom Zanussi <tom.zanussi@linux.intel.com>
Date: Fri, 17 Nov 2017 14:33:15 -0600
Subject: [PATCH 36/37] tracing: Add inter-event blurb to HIST_TRIGGERS config
option
Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/4.14/older/patches-4.14.1-rt3.tar.xz
So that users know that inter-event tracing is supported as part of
the HIST_TRIGGERS option, include text to that effect in the help
text.
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
---
kernel/trace/Kconfig | 3 +++
1 file changed, 3 insertions(+)
--- a/kernel/trace/Kconfig
+++ b/kernel/trace/Kconfig
@@ -585,6 +585,9 @@ config HIST_TRIGGERS
event activity as an initial guide for further investigation
using more advanced tools.
+ Inter-event tracing of quantities such as latencies is also
+ supported using hist triggers under this option.
+
See Documentation/trace/events.txt.
If in doubt, say N.