https://github.com/torvalds/linux
Revision 942d9e89524c135615e557fffa144104ea8fb361 authored by Paolo Bonzini on 14 July 2022, 11:29:57 UTC, committed by Paolo Bonzini on 14 July 2022, 12:02:09 UTC
In the case of histogram statistics, the values are always sample
counts; the unit instead applies to the bucket range.  For example,
halt_poll_success_hist is a nanosecond statistic because the buckets are
for 0ns, 1ns, 2-3ns, 4-7ns etc.  There isn't really any other sensible
interpretation, but clarify this anyway in the Documentation.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
1 parent 1b870fa
Raw File
Tip revision: 942d9e89524c135615e557fffa144104ea8fb361 authored by Paolo Bonzini on 14 July 2022, 11:29:57 UTC
Documentation: kvm: clarify histogram units
Tip revision: 942d9e8
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.rst.
#
mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"

source "scripts/Kconfig.include"

source "init/Kconfig"

source "kernel/Kconfig.freezer"

source "fs/Kconfig.binfmt"

source "mm/Kconfig"

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"

source "security/Kconfig"

source "crypto/Kconfig"

source "lib/Kconfig"

source "lib/Kconfig.debug"

source "Documentation/Kconfig"
back to top