throughput_stats  116 tools/perf/bench/epoll-wait.c static struct stats throughput_stats;
throughput_stats  285 tools/perf/bench/epoll-wait.c 	unsigned long avg = avg_stats(&throughput_stats);
throughput_stats  286 tools/perf/bench/epoll-wait.c 	double stddev = stddev_stats(&throughput_stats);
throughput_stats  475 tools/perf/bench/epoll-wait.c 	init_stats(&throughput_stats);
throughput_stats  524 tools/perf/bench/epoll-wait.c 		update_stats(&throughput_stats, t);
throughput_stats   43 tools/perf/bench/futex-hash.c static struct stats throughput_stats;
throughput_stats  112 tools/perf/bench/futex-hash.c 	unsigned long avg = avg_stats(&throughput_stats);
throughput_stats  113 tools/perf/bench/futex-hash.c 	double stddev = stddev_stats(&throughput_stats);
throughput_stats  157 tools/perf/bench/futex-hash.c 	init_stats(&throughput_stats);
throughput_stats  208 tools/perf/bench/futex-hash.c 		update_stats(&throughput_stats, t);
throughput_stats   43 tools/perf/bench/futex-lock-pi.c static struct stats throughput_stats;
throughput_stats   62 tools/perf/bench/futex-lock-pi.c 	unsigned long avg = avg_stats(&throughput_stats);
throughput_stats   63 tools/perf/bench/futex-lock-pi.c 	double stddev = stddev_stats(&throughput_stats);
throughput_stats  181 tools/perf/bench/futex-lock-pi.c 	init_stats(&throughput_stats);
throughput_stats  216 tools/perf/bench/futex-lock-pi.c 		update_stats(&throughput_stats, t);