Home
last modified time | relevance | path

Searched refs:variance (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dstat.c46 double variance, variance_mean; in stddev_stats() local
51 variance = stats->M2 / (stats->n - 1); in stddev_stats()
52 variance_mean = variance / stats->n; in stddev_stats()
/linux-4.4.14/Documentation/filesystems/
Dgfs2-glocks.txt138 variance, plus two counters. The mean/variance pairs are
144 Unlike the TCP/IP Illustrated case, the mean and variance are
147 The three pairs of mean/variance measure the following
164 has gone into the mean/variance calculations. The other counter
180 into account after 8 samples (or 4 for the variance) and this
220 using the format mean/variance for each of the timing stats.
/linux-4.4.14/drivers/platform/x86/
Dhdaps.c458 static DEVICE_ATTR(variance, 0444, hdaps_variance_show, NULL);