Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dmem-events.h75 u32 tot_hitm; /* count of loads with local and remote HITM */ member
H A Dmem-events.c650 stats->tot_hitm++; \ in c2c_decode_stats()
793 stats->tot_hitm += add->tot_hitm; in c2c_add_stats()
/linux/tools/perf/
H A Dbuiltin-c2c.c597 unsigned int tot_hitm; in offset_cmp()
600 tot_hitm = c2c_he->stats.lcl_hitm + c2c_he->stats.rmt_hitm; in offset_cmp()
602 return scnprintf(hpp->buf, hpp->size, "%*u", width, tot_hitm); in offset_cmp()
811 st = stats->tot_hitm;
812 tot = total->tot_hitm;
1222 ret = display_metrics(hpp, stats->tot_hitm, in node_entry()
1223 c2c_he->stats.tot_hitm); in node_entry()
1398 .name = "tot_hitm",
2119 he->filtered = filter_display(c2c_he->stats.tot_hitm, in c2c_hists__reinit()
2120 stats->tot_hitm); in c2c_hists__reinit()
638 unsigned int tot_hitm; tot_hitm_entry() local
[all...]