Searched defs:runtime_stalled_cycles_front_stats (Results 1 - 1 of 1) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-stat.c208 static struct stats runtime_stalled_cycles_front_stats[MAX_NR_CPUS]; variable in typeref:struct:stats
230 memset(runtime_stalled_cycles_front_stats, 0, sizeof(runtime_stalled_cycles_front_stats));
289 update_stats(&runtime_stalled_cycles_front_stats[0], count[0]);
869 total = avg_stats(&runtime_stalled_cycles_front_stats[cpu]);

Completed in 71 milliseconds