Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-c2c.c55 struct stats lcl_hitm; member
154 init_stats(&c2c_he->cstats.lcl_hitm); in c2c_he_zalloc()
253 else if (stats->lcl_hitm) in compute_stats()
254 update_stats(&cstats->lcl_hitm, weight); in compute_stats()
597 tot_hitm = c2c_he->stats.lcl_hitm + c2c_he->stats.rmt_hitm; in tot_hitm_entry()
614 tot_hitm_left = c2c_left->stats.lcl_hitm + c2c_left->stats.rmt_hitm; in tot_hitm_cmp()
615 tot_hitm_right = c2c_right->stats.lcl_hitm + c2c_right->stats.rmt_hitm; in tot_hitm_cmp()
651 STAT_FN(lcl_hitm) in STAT_FN() argument
675 stats->lcl_hitm; in STAT_FN()
730 stats->lcl_hitm; in total_loads()
[all …]
/tools/perf/util/
Dmem-events.h77 u32 lcl_hitm; /* count of loads with local HITM */ member
Dmem-events.c511 HITM_INC(lcl_hitm); in c2c_decode_stats()
599 stats->lcl_hitm += add->lcl_hitm; in c2c_add_stats()