Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/
Dbuiltin-c2c.c53 struct stats lcl_hitm; member
151 init_stats(&c2c_he->cstats.lcl_hitm); in c2c_he_zalloc()
250 else if (stats->lcl_hitm) in compute_stats()
251 update_stats(&cstats->lcl_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()
640 STAT_FN(lcl_hitm) in STAT_FN() argument
702 stats->lcl_hitm; in total_records()
757 stats->lcl_hitm; in total_loads()
[all …]
/Linux-v5.4/tools/perf/util/
Dmem-events.c356 HITM_INC(lcl_hitm); in c2c_decode_stats()
444 stats->lcl_hitm += add->lcl_hitm; in c2c_add_stats()
Dmem-events.h70 u32 lcl_hitm; /* count of loads with local HITM */ member