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

/linux-master/tools/perf/util/
H A Dmem-events.h83 u32 tot_hitm; /* count of loads with local and remote HITM */ member in struct:c2c_stats
H A Dmem-events.c595 stats->tot_hitm++; \
735 stats->tot_hitm += add->tot_hitm;
/linux-master/tools/perf/
H A Dbuiltin-c2c.c617 unsigned int tot_hitm; local
620 tot_hitm = c2c_he->stats.lcl_hitm + c2c_he->stats.rmt_hitm;
622 return scnprintf(hpp->buf, hpp->size, "%*u", width, tot_hitm);
831 st = stats->tot_hitm;
832 tot = total->tot_hitm;
1242 ret = display_metrics(hpp, stats->tot_hitm,
1243 c2c_he->stats.tot_hitm);
1435 .name = "tot_hitm",
2125 he->filtered = filter_display(c2c_he->stats.tot_hitm,
2126 stats->tot_hitm);
[all...]

Completed in 140 milliseconds