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

/linux-4.4.14/tools/perf/util/
H A Dstat-shadow.c23 static struct stats runtime_l1_dcache_stats[NUM_CTX][MAX_NR_CPUS]; variable in typeref:struct:stats
60 memset(runtime_l1_dcache_stats, 0, sizeof(runtime_l1_dcache_stats)); perf_stat__reset_shadow_stats()
102 update_stats(&runtime_l1_dcache_stats[ctx][cpu], count[0]); perf_stat__update_shadow_stats()
208 total = avg_stats(&runtime_l1_dcache_stats[ctx][cpu]); print_l1_dcache_misses()
333 runtime_l1_dcache_stats[ctx][cpu].n != 0) { perf_stat__print_shadow_stats()

Completed in 184 milliseconds