Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/
Dbuiltin-c2c.c54 struct stats rmt_hitm; member
152 init_stats(&c2c_he->cstats.rmt_hitm); in c2c_he_zalloc()
248 if (stats->rmt_hitm) in compute_stats()
249 update_stats(&cstats->rmt_hitm, weight); in compute_stats()
587 tot_hitm = c2c_he->stats.lcl_hitm + c2c_he->stats.rmt_hitm; in tot_hitm_entry()
604 tot_hitm_left = c2c_left->stats.lcl_hitm + c2c_left->stats.rmt_hitm; in tot_hitm_cmp()
605 tot_hitm_right = c2c_right->stats.lcl_hitm + c2c_right->stats.rmt_hitm; in tot_hitm_cmp()
639 STAT_FN(rmt_hitm)
656 stats->rmt_hitm + in STAT_FN()
694 stats->rmt_hitm + in total_records()
[all …]
/Linux-v5.4/tools/perf/util/
Dmem-events.c386 HITM_INC(rmt_hitm); in c2c_decode_stats()
445 stats->rmt_hitm += add->rmt_hitm; in c2c_add_stats()
Dmem-events.h71 u32 rmt_hitm; /* count of loads with remote HITM */ member