Symbol: stddev_stats
tools/perf/bench/epoll-ctl.c
299
stddev[i] = stddev_stats(&all_stats[i]);
tools/perf/bench/epoll-wait.c
285
double stddev = stddev_stats(&throughput_stats);
tools/perf/bench/evlist-open-close.c
179
time_stddev = stddev_stats(&time_stats);
tools/perf/bench/find-bit-bench.c
110
time_stddev = stddev_stats(&fb_time_stats);
tools/perf/bench/find-bit-bench.c
114
time_stddev = stddev_stats(&tb_time_stats);
tools/perf/bench/futex-hash.c
119
double stddev = stddev_stats(&throughput_stats);
tools/perf/bench/futex-lock-pi.c
67
double stddev = stddev_stats(&throughput_stats);
tools/perf/bench/futex-requeue.c
74
double requeuetime_stddev = stddev_stats(&requeuetime_stats);
tools/perf/bench/futex-wake-parallel.c
201
waketime_stddev = stddev_stats(&__waketime_stats);
tools/perf/bench/futex-wake-parallel.c
216
waketime_stddev = stddev_stats(&waketime_stats);
tools/perf/bench/futex-wake.c
90
double waketime_stddev = stddev_stats(&waketime_stats);
tools/perf/bench/inject-buildid.c
435
time_stddev = stddev_stats(&time_stats) / USEC_PER_MSEC;
tools/perf/bench/inject-buildid.c
441
time_stddev = stddev_stats(&time_stats) / (nr_mmaps * (nr_samples + 2));
tools/perf/bench/inject-buildid.c
446
mem_stddev = stddev_stats(&mem_stats);
tools/perf/bench/kallsyms-parse.c
60
time_stddev = stddev_stats(&time_stats) / USEC_PER_MSEC;
tools/perf/bench/pmu-scan.c
166
time_stddev = stddev_stats(&stats);
tools/perf/bench/synthesize.c
102
event_stddev = stddev_stats(&event_stats);
tools/perf/bench/synthesize.c
200
time_stddev = stddev_stats(&time_stats);
tools/perf/bench/synthesize.c
205
event_stddev = stddev_stats(&event_stats);
tools/perf/bench/synthesize.c
97
time_stddev = stddev_stats(&time_stats);
tools/perf/builtin-diff.c
1532
r = rel_stddev_stats(stddev_stats(&block_he->diff.stats),
tools/perf/builtin-kvm.c
784
return rel_stddev_stats(stddev_stats(&kvm_stats->stats),
tools/perf/builtin-sched.c
2961
stddev = rel_stddev_stats(stddev_stats(&r->run_stats), mean);
tools/perf/builtin-trace.c
4873
pct = avg ? 100.0 * stddev_stats(&stats->stats) / avg : 0.0;
tools/perf/util/stat-display.c
1447
double sd = stddev_stats(config->walltime_nsecs_stats) / NSEC_PER_SEC;
tools/perf/util/stat-display.c
224
print_noise_pct(config, os, stddev_stats(&ps->res_stats), avg, before_metric);
tools/perf/util/stat.h
117
double stddev_stats(struct stats *stats);