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
COPYING
The Linux Kernel is provided under:

	SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note

Being under the terms of the GNU General Public License version 2 only,
according with:

	LICENSES/preferred/GPL-2.0

With an explicit syscall exception, as stated at:

	LICENSES/exceptions/Linux-syscall-note

In addition, other licenses may also apply. Please see:

	Documentation/process/license-rules.rst

for more details.

All contributions to the Linux Kernel are subject to this COPYING file.
back to top