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

/linux-4.4.14/tools/perf/util/
H A Dstat-shadow.c25 static struct stats runtime_ll_cache_stats[NUM_CTX][MAX_NR_CPUS]; variable in typeref:struct:stats
62 memset(runtime_ll_cache_stats, 0, sizeof(runtime_ll_cache_stats)); perf_stat__reset_shadow_stats()
104 update_stats(&runtime_ll_cache_stats[ctx][cpu], count[0]); perf_stat__update_shadow_stats()
106 update_stats(&runtime_ll_cache_stats[ctx][cpu], count[0]); perf_stat__update_shadow_stats()
288 total = avg_stats(&runtime_ll_cache_stats[ctx][cpu]); print_ll_cache_misses()
361 runtime_ll_cache_stats[ctx][cpu].n != 0) { perf_stat__print_shadow_stats()

Completed in 70 milliseconds