Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dmem-events.h80 u32 tot_hitm; /* count of loads with local and remote HITM */ member
Dmem-events.c532 stats->tot_hitm++; \ in c2c_decode_stats()
654 stats->tot_hitm += add->tot_hitm; in c2c_add_stats()
/linux-5.19.10/tools/perf/
Dbuiltin-c2c.c595 unsigned int tot_hitm; in tot_hitm_entry() local
598 tot_hitm = c2c_he->stats.lcl_hitm + c2c_he->stats.rmt_hitm; in tot_hitm_entry()
600 return scnprintf(hpp->buf, hpp->size, "%*u", width, tot_hitm); in tot_hitm_entry()
812 st = stats->tot_hitm; in percent_hitm()
813 tot = total->tot_hitm; in percent_hitm()
1154 ret = display_metrics(hpp, stats->tot_hitm, in node_entry()
1155 c2c_he->stats.tot_hitm); in node_entry()
1953 he->filtered = filter_display(c2c_he->stats.tot_hitm, in he__display()
1954 stats->tot_hitm); in he__display()
1982 has_record = !!c2c_he->stats.tot_hitm; in is_valid_hist_entry()