Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Dmem-events.h68 u32 ld_fbhit; /* count of loads hitting Fill Buffer */ member
Dmem-events.c655 if (lvl & P(LVL, LFB)) stats->ld_fbhit++; in c2c_decode_stats()
759 stats->ld_fbhit += add->ld_fbhit; in c2c_add_stats()
/linux-6.12.1/tools/perf/
Dbuiltin-c2c.c665 STAT_FN(ld_fbhit) in STAT_FN()
681 return stats->ld_fbhit + in get_load_cache_hits()
2370 fprintf(out, " Load Fill Buffer Hit : %10d\n", stats->ld_fbhit); in print_c2c__display_stats()
2410 fprintf(out, " Fill Buffer Hits on shared lines : %10d\n", stats->ld_fbhit); in print_shared_cacheline_info()