Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dmem-events.h80 u32 rmt_hit; /* count of loads with remote hit clean; */ member
A Dmem-events.c555 stats->rmt_hit++; in c2c_decode_stats()
618 stats->rmt_hit += add->rmt_hit; in c2c_add_stats()
/linux/tools/perf/
A Dbuiltin-c2c.c659 STAT_FN(rmt_hit) in STAT_FN()
668 stats->rmt_hit; in STAT_FN()
723 stats->rmt_hit; in total_loads()
2114 stats->rmt_hit + in print_c2c__display_stats()
2133 fprintf(out, " Load Remote HIT : %10d\n", stats->rmt_hit); in print_c2c__display_stats()
2143 …fprintf(out, " LLC Misses to Remote cache (HIT) : %10.1f%%\n", ((double)stats->rmt_hit /(double)… in print_c2c__display_stats()

Completed in 13 milliseconds