Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/perf/util/
H A Dmem-events.c627 stats->rmt_hit++; in c2c_decode_stats()
631 stats->rmt_hit++; in c2c_decode_stats()
700 stats->rmt_hit += add->rmt_hit; in c2c_add_stats()
H A Dmem-events.h84 u32 rmt_hit; /* count of loads with remote hit clean; */ member
/kernel/linux/linux-5.10/tools/perf/util/
H A Dmem-events.h75 u32 rmt_hit; /* count of loads with remote hit clean; */ member
H A Dmem-events.c399 stats->rmt_hit++; in c2c_decode_stats()
462 stats->rmt_hit += add->rmt_hit; in c2c_add_stats()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-c2c.c653 STAT_FN(rmt_hit)
662 stats->rmt_hit; in total_records()
717 stats->rmt_hit; in total_loads()
2085 stats->rmt_hit + in print_c2c__display_stats()
2104 fprintf(out, " Load Remote HIT : %10d\n", stats->rmt_hit); in print_c2c__display_stats()
2112 fprintf(out, " LLC Misses to Remote cache (HIT) : %10.1f%%\n", ((double)stats->rmt_hit /(double)llc_misses) * 100.); in print_c2c__display_stats()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-c2c.c686 STAT_FN(rmt_hit)
693 stats->rmt_hit; in get_load_llc_misses()
2397 fprintf(out, " Load Remote HIT : %10d\n", stats->rmt_hit); in print_c2c__display_stats()
2409 fprintf(out, " LLC Misses to Remote cache (HIT) : %10.1f%%\n", ((double)stats->rmt_hit /(double)llc_misses) * 100.); in print_c2c__display_stats()

Completed in 11 milliseconds