Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dmem-events.h59 u32 st_l1hit; /* count of stores that hit L1D */ member
H A Dmem-events.c747 if (lvl & P(LVL, L1 )) stats->st_l1hit++; in c2c_decode_stats()
777 stats->st_l1hit += add->st_l1hit; in c2c_add_stats()
/linux/tools/perf/
H A Dbuiltin-c2c.c659 STAT_FN(st_l1hit) in tot_hitm_cmp()
687 return stats->st_l1hit +
908 PERCENT_FN(st_l1hit) in percent_costly_snoop_cmp()
1041 double per = PERCENT(he, st_l1hit); in percent_lcl_peer_cmp()
1061 per_left = PERCENT(left, st_l1hit); in percent_rmt_peer_color()
1062 per_right = PERCENT(right, st_l1hit); in percent_rmt_peer_color()
2413 fprintf(out, " Store L1D Hit : %10d\n", stats->st_l1hit); in print_c2c__display_stats()
2438 fprintf(out, " Store L1D hits on shared lines : %10d\n", stats->st_l1hit); in print_c2c__display_stats()