Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dmem-events.h74 u32 ld_fbhit; /* count of loads hitting Fill Buffer */ member
H A Dmem-events.c586 if (lvl & P(LVL, LFB)) stats->ld_fbhit++; in c2c_decode_stats()
690 stats->ld_fbhit += add->ld_fbhit; in c2c_add_stats()
/openbmc/linux/tools/perf/
H A Dbuiltin-c2c.c682 STAT_FN(ld_fbhit) in STAT_FN()
698 return stats->ld_fbhit + in get_load_cache_hits()
2391 fprintf(out, " Load Fill Buffer Hit : %10d\n", stats->ld_fbhit); in print_c2c__display_stats()
2431 fprintf(out, " Fill Buffer Hits on shared lines : %10d\n", stats->ld_fbhit); in print_shared_cacheline_info()