Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dstat-shadow.c22 static struct stats runtime_cacherefs_stats[NUM_CTX][MAX_NR_CPUS]; variable
59 memset(runtime_cacherefs_stats, 0, sizeof(runtime_cacherefs_stats)); in perf_stat__reset_shadow_stats()
100 update_stats(&runtime_cacherefs_stats[ctx][cpu], count[0]); in perf_stat__update_shadow_stats()
364 runtime_cacherefs_stats[ctx][cpu].n != 0) { in perf_stat__print_shadow_stats()
365 total = avg_stats(&runtime_cacherefs_stats[ctx][cpu]); in perf_stat__print_shadow_stats()