47a895f
# CONFIG_HIST_TRIGGERS_DEBUG:
47a895f
# 
47a895f
# Add "hist_debug" file for each event, which when read will
47a895f
# dump out a bunch of internal details about the hist triggers
47a895f
# defined on that event.
47a895f
# 
47a895f
# The hist_debug file serves a couple of purposes:
47a895f
# 
47a895f
#   - Helps developers verify that nothing is broken.
47a895f
# 
47a895f
#   - Provides educational information to support the details
47a895f
#     of the hist trigger internals as described by
47a895f
#     Documentation/trace/histogram-design.rst.
47a895f
# 
47a895f
# The hist_debug output only covers the data structures
47a895f
# related to the histogram definitions themselves and doesn't
47a895f
# display the internals of map buckets or variable values of
47a895f
# running histograms.
47a895f
# 
47a895f
# If unsure, say N.
47a895f
# 
47a895f
# Symbol: HIST_TRIGGERS_DEBUG [=n]
47a895f
# Type  : bool
47a895f
# Defined at kernel/trace/Kconfig:850
47a895f
#   Prompt: Hist trigger debug support
47a895f
#   Depends on: TRACING_SUPPORT [=y] && FTRACE [=y] && HIST_TRIGGERS [=y]
47a895f
#   Location:
47a895f
#     -> Kernel hacking
47a895f
#       -> Tracers (FTRACE [=y])
47a895f
# 
47a895f
# 
47a895f
# 
47a895f
# CONFIG_HIST_TRIGGERS_DEBUG is not set