Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dmem-events.h83 u32 tot_peer; /* count of loads with local and remote peer cache */ member
Dmem-events.c558 stats->tot_peer++; \ in c2c_decode_stats()
695 stats->tot_peer += add->tot_peer; in c2c_add_stats()
/Linux-v6.6/tools/perf/
Dbuiltin-c2c.c677 STAT_FN(tot_peer) in STAT_FN()
835 st = stats->tot_peer; in percent_costly_snoop()
836 tot = total->tot_peer; in percent_costly_snoop()
1246 ret = display_metrics(hpp, stats->tot_peer, in node_entry()
1247 c2c_he->stats.tot_peer); in node_entry()
2129 he->filtered = filter_display(c2c_he->stats.tot_peer, in he__display()
2130 stats->tot_peer); in he__display()
2161 has_record = !!c2c_he->stats.tot_peer; in is_valid_hist_entry()