Searched defs:runtime_l1_icache_stats (Results 1 - 1 of 1) sorted by path

/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-stat.c213 static struct stats runtime_l1_icache_stats[MAX_NR_CPUS]; variable in typeref:struct:stats
235 memset(runtime_l1_icache_stats, 0, sizeof(runtime_l1_icache_stats));
299 update_stats(&runtime_l1_icache_stats[0], count[0]);
768 total = avg_stats(&runtime_l1_icache_stats[cpu]);
892 runtime_l1_icache_stats[cpu].n != 0) {

Completed in 257 milliseconds