Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-c2c.c134 init_stats(&c2c_he->cstats.rmt_hitm);
256 if (stats->rmt_hitm) in c2c_he__set_node()
257 update_stats(&cstats->rmt_hitm, weight); in c2c_he__set_node()
600 tot_hitm = c2c_he->stats.lcl_hitm + c2c_he->stats.rmt_hitm; in offset_cmp()
617 tot_hitm_left = c2c_left->stats.lcl_hitm + c2c_left->stats.rmt_hitm; in iaddr_entry()
618 tot_hitm_right = c2c_right->stats.lcl_hitm + c2c_right->stats.rmt_hitm; in iaddr_entry()
653 STAT_FN(rmt_hitm) in tot_hitm_cmp()
672 stats->rmt_hitm +
803 st = stats->rmt_hitm; in tot_loads_cmp()
804 tot = total->rmt_hitm; in tot_loads_cmp()
59 struct stats rmt_hitm; global() member
[all...]
/linux/tools/perf/util/
H A Dmem-events.h74 u32 rmt_hitm; /* count of loads with remote HITM */ member
H A Dmem-events.c726 HITM_INC(rmt_hitm); in c2c_decode_stats()
792 stats->rmt_hitm += add->rmt_hitm; in c2c_add_stats()