Home
last modified time | relevance | path

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

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