Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dstat-shadow.c32 struct stats walltime_nsecs_stats; variable
70 memset(&walltime_nsecs_stats, 0, sizeof(walltime_nsecs_stats)); in perf_stat__reset_shadow_stats()
417 if ((ratio = avg_stats(&walltime_nsecs_stats)) != 0) in perf_stat__print_shadow_stats()
Dstat.h69 extern struct stats walltime_nsecs_stats;
/linux-4.4.14/tools/perf/
Dbuiltin-stat.c384 update_stats(&walltime_nsecs_stats, t1 - t0); in __run_perf_stat()
835 avg_stats(&walltime_nsecs_stats)/1e9); in print_footer()
838 print_noise_pct(stddev_stats(&walltime_nsecs_stats), in print_footer()
839 avg_stats(&walltime_nsecs_stats)); in print_footer()