summaryrefslogtreecommitdiffstats
path: root/configs/fedora/generic/CONFIG_HIST_TRIGGERS_DEBUG
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2021-01-11 11:52:31 -0600
committerJustin M. Forbes <jforbes@fedoraproject.org>2021-01-11 11:52:31 -0600
commite18a08842c58c529ffcf0a8bca80776a5e14b3d5 (patch)
tree83db9c03d774065a0ab73b2a8c644333d80ef36e /configs/fedora/generic/CONFIG_HIST_TRIGGERS_DEBUG
parentf045479ce000b81ed889c0dfcfbf2581f2860ad6 (diff)
downloadkernel-e18a08842c58c529ffcf0a8bca80776a5e14b3d5.tar.gz
kernel-e18a08842c58c529ffcf0a8bca80776a5e14b3d5.tar.xz
kernel-e18a08842c58c529ffcf0a8bca80776a5e14b3d5.zip
Linux v5.10.6
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'configs/fedora/generic/CONFIG_HIST_TRIGGERS_DEBUG')
-rw-r--r--configs/fedora/generic/CONFIG_HIST_TRIGGERS_DEBUG32
1 files changed, 0 insertions, 32 deletions
diff --git a/configs/fedora/generic/CONFIG_HIST_TRIGGERS_DEBUG b/configs/fedora/generic/CONFIG_HIST_TRIGGERS_DEBUG
index 7634345b6..a6a06ed36 100644
--- a/configs/fedora/generic/CONFIG_HIST_TRIGGERS_DEBUG
+++ b/configs/fedora/generic/CONFIG_HIST_TRIGGERS_DEBUG
@@ -1,33 +1 @@
-# CONFIG_HIST_TRIGGERS_DEBUG:
-#
-# Add "hist_debug" file for each event, which when read will
-# dump out a bunch of internal details about the hist triggers
-# defined on that event.
-#
-# The hist_debug file serves a couple of purposes:
-#
-# - Helps developers verify that nothing is broken.
-#
-# - Provides educational information to support the details
-# of the hist trigger internals as described by
-# Documentation/trace/histogram-design.rst.
-#
-# The hist_debug output only covers the data structures
-# related to the histogram definitions themselves and doesn't
-# display the internals of map buckets or variable values of
-# running histograms.
-#
-# If unsure, say N.
-#
-# Symbol: HIST_TRIGGERS_DEBUG [=n]
-# Type : bool
-# Defined at kernel/trace/Kconfig:850
-# Prompt: Hist trigger debug support
-# Depends on: TRACING_SUPPORT [=y] && FTRACE [=y] && HIST_TRIGGERS [=y]
-# Location:
-# -> Kernel hacking
-# -> Tracers (FTRACE [=y])
-#
-#
-#
# CONFIG_HIST_TRIGGERS_DEBUG is not set