Home
last modified time | relevance | path

Searched refs:rmt_hitm (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-c2c.c54 struct stats rmt_hitm; member
153 init_stats(&c2c_he->cstats.rmt_hitm); in c2c_he_zalloc()
249 if (stats->rmt_hitm) in compute_stats()
250 update_stats(&cstats->rmt_hitm, weight); in compute_stats()
591 tot_hitm = c2c_he->stats.lcl_hitm + c2c_he->stats.rmt_hitm; in tot_hitm_entry()
608 tot_hitm_left = c2c_left->stats.lcl_hitm + c2c_left->stats.rmt_hitm; in tot_hitm_cmp()
609 tot_hitm_right = c2c_right->stats.lcl_hitm + c2c_right->stats.rmt_hitm; in tot_hitm_cmp()
644 STAT_FN(rmt_hitm)
661 stats->rmt_hitm + in total_records()
716 stats->rmt_hitm in total_loads()
[all...]
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-c2c.c56 struct stats rmt_hitm; member
159 init_stats(&c2c_he->cstats.rmt_hitm); in c2c_he_zalloc()
263 if (stats->rmt_hitm) in compute_stats()
264 update_stats(&cstats->rmt_hitm, weight); in compute_stats()
620 tot_hitm = c2c_he->stats.lcl_hitm + c2c_he->stats.rmt_hitm; in tot_hitm_entry()
637 tot_hitm_left = c2c_left->stats.lcl_hitm + c2c_left->stats.rmt_hitm; in tot_hitm_cmp()
638 tot_hitm_right = c2c_right->stats.lcl_hitm + c2c_right->stats.rmt_hitm; in tot_hitm_cmp()
673 STAT_FN(rmt_hitm)
692 stats->rmt_hitm + in get_load_llc_misses()
823 st = stats->rmt_hitm; in percent_costly_snoop()
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dmem-events.h73 u32 rmt_hitm; /* count of loads with remote HITM */ member
H A Dmem-events.c401 HITM_INC(rmt_hitm); in c2c_decode_stats()
460 stats->rmt_hitm += add->rmt_hitm; in c2c_add_stats()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dmem-events.h79 u32 rmt_hitm; /* count of loads with remote HITM */ member
H A Dmem-events.c629 HITM_INC(rmt_hitm); in c2c_decode_stats()
695 stats->rmt_hitm += add->rmt_hitm; in c2c_add_stats()

Completed in 7 milliseconds