Searched refs:runtime_l1_icache_stats (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/tools/perf/util/
H A Dstat-shadow.c24 static struct stats runtime_l1_icache_stats[NUM_CTX][MAX_NR_CPUS]; variable in typeref:struct:stats
61 memset(runtime_l1_icache_stats, 0, sizeof(runtime_l1_icache_stats)); perf_stat__reset_shadow_stats()
228 total = avg_stats(&runtime_l1_icache_stats[ctx][cpu]); print_l1_icache_misses()
340 runtime_l1_icache_stats[ctx][cpu].n != 0) { perf_stat__print_shadow_stats()

Completed in 36 milliseconds