summaryrefslogtreecommitdiffstats
path: root/configs/fedora/generic/CONFIG_HIST_TRIGGERS_DEBUG
blob: 7634345b6a986baef7697edcc4d314f7a06e3f55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 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