Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/
Dmem-events.h74 u32 tot_hitm; /* count of loads with local and remote HITM */ member
Dmem-events.c345 stats->tot_hitm++; \ in c2c_decode_stats()
461 stats->tot_hitm += add->tot_hitm; in c2c_add_stats()
/Linux-v5.10/tools/perf/
Dbuiltin-c2c.c588 unsigned int tot_hitm; in tot_hitm_entry() local
591 tot_hitm = c2c_he->stats.lcl_hitm + c2c_he->stats.rmt_hitm; in tot_hitm_entry()
593 return scnprintf(hpp->buf, hpp->size, "%*u", width, tot_hitm); in tot_hitm_entry()
803 st = stats->tot_hitm; in percent_hitm()
804 tot = total->tot_hitm; in percent_hitm()
1106 DISPLAY_HITM(tot_hitm); in node_entry()
1877 FILTER_HITM(tot_hitm); in he__display()
1893 has_hitm = c2c.display == DISPLAY_TOT ? c2c_he->stats.tot_hitm : in valid_hitm_or_store()