Searched defs:runtime_nsecs_stats (Results 1 - 1 of 1) sorted by last modified time

/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-stat.c206 static struct stats runtime_nsecs_stats[MAX_NR_CPUS]; variable in typeref:struct:stats
228 memset(runtime_nsecs_stats, 0, sizeof(runtime_nsecs_stats));
285 update_stats(&runtime_nsecs_stats[0], count[0]);
929 total = avg_stats(&runtime_nsecs_stats[cpu]);
935 } else if (runtime_nsecs_stats[cpu].n != 0) {
938 total = avg_stats(&runtime_nsecs_stats[cpu]);

Completed in 60 milliseconds