Home
last modified time | relevance | path

Searched refs:tot_hitm (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dmem-events.h74 u32 tot_hitm; /* count of loads with local and remote HITM */ member
H A Dmem-events.c345 stats->tot_hitm++; \ in c2c_decode_stats()
461 stats->tot_hitm += add->tot_hitm; in c2c_add_stats()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dmem-events.h80 u32 tot_hitm; /* count of loads with local and remote HITM */ member
H A Dmem-events.c556 stats->tot_hitm++; \ in c2c_decode_stats()
696 stats->tot_hitm += add->tot_hitm; in c2c_add_stats()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-c2c.c617 unsigned int tot_hitm; in tot_hitm_entry() local
620 tot_hitm = c2c_he->stats.lcl_hitm + c2c_he->stats.rmt_hitm; in tot_hitm_entry()
622 return scnprintf(hpp->buf, hpp->size, "%*u", width, tot_hitm); in tot_hitm_entry()
831 st = stats->tot_hitm; in percent_costly_snoop()
832 tot = total->tot_hitm; in percent_costly_snoop()
1242 ret = display_metrics(hpp, stats->tot_hitm, in node_entry()
1243 c2c_he->stats.tot_hitm); in node_entry()
1435 .name = "tot_hitm",
2125 he->filtered = filter_display(c2c_he->stats.tot_hitm, in he__display()
2126 stats->tot_hitm); in he__display()
[all...]
/kernel/linux/linux-5.10/tools/perf/
H A 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()
1293 .name = "tot_hitm",
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()
2667 "tot_hitm" in setup_coalesce()
[all...]

Completed in 11 milliseconds