Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dmem-events.c330 stats->tot_hitm++; \ in c2c_decode_stats()
446 stats->tot_hitm += add->tot_hitm; in c2c_add_stats()
Dmem-events.h72 u32 tot_hitm; /* count of loads with local and remote HITM */ member
/Linux-v5.4/tools/perf/
Dbuiltin-c2c.c584 unsigned int tot_hitm; in tot_hitm_entry() local
587 tot_hitm = c2c_he->stats.lcl_hitm + c2c_he->stats.rmt_hitm; in tot_hitm_entry()
589 return scnprintf(hpp->buf, hpp->size, "%*u", width, tot_hitm); in tot_hitm_entry()
836 st = stats->tot_hitm; in percent_hitm()
837 tot = total->tot_hitm; in percent_hitm()
1139 DISPLAY_HITM(tot_hitm); in node_entry()
1919 FILTER_HITM(tot_hitm); in he__display()
1935 has_hitm = c2c.display == DISPLAY_TOT ? c2c_he->stats.tot_hitm : in valid_hitm_or_store()