Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dmem-events.c351 if (lvl & P(LVL, LFB)) stats->ld_fbhit++; in c2c_decode_stats()
440 stats->ld_fbhit += add->ld_fbhit; in c2c_add_stats()
Dmem-events.h66 u32 ld_fbhit; /* count of loads hitting Fill Buffer */ member
/Linux-v5.4/tools/perf/
Dbuiltin-c2c.c644 STAT_FN(ld_fbhit) in STAT_FN()
698 stats->ld_fbhit + in total_records()
753 stats->ld_fbhit + in total_loads()
2140 fprintf(out, " Load Fill Buffer Hit : %10d\n", stats->ld_fbhit); in print_c2c__display_stats()
2175 fprintf(out, " Fill Buffer Hits on shared lines : %10d\n", stats->ld_fbhit); in print_shared_cacheline_info()