Searched refs:STAT_NSECS (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/tools/perf/util/ |
D | stat-shadow.c | 118 if (type == STAT_NSECS) in saved_value_lookup() 234 update_runtime_stat(st, STAT_NSECS, map_idx, count_ns, &rsd); in perf_stat__update_shadow_stats() 1091 total = runtime_stat_avg(st, STAT_NSECS, map_idx, &rsd); in perf_stat__print_shadow_stats() 1305 } else if (runtime_stat_n(st, STAT_NSECS, map_idx, &rsd) != 0) { in perf_stat__print_shadow_stats() 1309 total = runtime_stat_avg(st, STAT_NSECS, map_idx, &rsd); in perf_stat__print_shadow_stats()
|
D | stat.h | 76 STAT_NSECS, enumerator
|