Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/
Dbuiltin-c2c.c53 struct stats lcl_hitm; member
152 init_stats(&c2c_he->cstats.lcl_hitm); in c2c_he_zalloc()
251 else if (stats->lcl_hitm) in compute_stats()
252 update_stats(&cstats->lcl_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()
645 STAT_FN(lcl_hitm) in STAT_FN() argument
669 stats->lcl_hitm; in STAT_FN()
724 stats->lcl_hitm; in total_loads()
[all …]
/Linux-v5.10/tools/perf/util/
Dmem-events.h72 u32 lcl_hitm; /* count of loads with local HITM */ member
Dmem-events.c371 HITM_INC(lcl_hitm); in c2c_decode_stats()
459 stats->lcl_hitm += add->lcl_hitm; in c2c_add_stats()