Searched refs:STAT_ITLB_CACHE (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | stat-shadow.c | 45 STAT_ITLB_CACHE, enumerator 125 return STAT_ITLB_CACHE; in evsel__stat_type() 288 print_ratio(config, evsel, aggr_idx, misses, out, STAT_ITLB_CACHE, color_ratios, in print_itlb_miss()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | stat.h | 79 STAT_ITLB_CACHE, enumerator
|
H A D | stat-shadow.c | 275 update_runtime_stat(st, STAT_ITLB_CACHE, ctx, cpu, count); in perf_stat__update_shadow_stats() 587 total = runtime_stat_avg(st, STAT_ITLB_CACHE, ctx, cpu); in print_itlb_cache_misses() 1003 if (runtime_stat_n(st, STAT_ITLB_CACHE, ctx, cpu) != 0) in perf_stat__print_shadow_stats()
|
Completed in 6 milliseconds