Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dstat-shadow.c479 static double runtime_stat_n(struct runtime_stat *st, in runtime_stat_n() function
1002 if (runtime_stat_n(st, STAT_BRANCHES, cpu, &rsd) != 0) in perf_stat__print_shadow_stats()
1012 if (runtime_stat_n(st, STAT_L1_DCACHE, cpu, &rsd) != 0) in perf_stat__print_shadow_stats()
1022 if (runtime_stat_n(st, STAT_L1_ICACHE, cpu, &rsd) != 0) in perf_stat__print_shadow_stats()
1032 if (runtime_stat_n(st, STAT_DTLB_CACHE, cpu, &rsd) != 0) in perf_stat__print_shadow_stats()
1042 if (runtime_stat_n(st, STAT_ITLB_CACHE, cpu, &rsd) != 0) in perf_stat__print_shadow_stats()
1052 if (runtime_stat_n(st, STAT_LL_CACHE, cpu, &rsd) != 0) in perf_stat__print_shadow_stats()
1062 if (runtime_stat_n(st, STAT_CACHEREFS, cpu, &rsd) != 0) in perf_stat__print_shadow_stats()
1107 if (runtime_stat_n(st, STAT_CYCLES_IN_TX, cpu, &rsd) != 0) in perf_stat__print_shadow_stats()
1285 } else if (runtime_stat_n(st, STAT_NSECS, cpu, &rsd) != 0) { in perf_stat__print_shadow_stats()

Completed in 6 milliseconds