Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dmem-events.h78 u32 tot_peer; /* count of loads with local and remote peer cache */ member
H A Dmem-events.c656 stats->tot_peer++; \ in c2c_decode_stats()
796 stats->tot_peer += add->tot_peer; in c2c_add_stats()
/linux/tools/perf/
H A Dbuiltin-c2c.c657 STAT_FN(tot_peer) in tot_hitm_cmp()
815 st = stats->tot_peer; in percent_color()
816 tot = total->tot_peer; in percent_color()
1226 ret = display_metrics(hpp, stats->tot_peer, in node_entry()
1227 c2c_he->stats.tot_peer); in node_entry()
1422 .name = "tot_peer",
2123 he->filtered = filter_display(c2c_he->stats.tot_peer, in c2c_hists__reinit()
2124 stats->tot_peer);
2155 has_record = !!c2c_he->stats.tot_peer; in he__display()
3045 sort_str = "tot_peer"; in setup_coalesce()
[all...]
/linux/drivers/net/
H A Dveth.c471 struct rtnl_link_stats64 tot_peer = {}; in veth_get_stats64() local
473 dev_fetch_sw_netstats(&tot_peer, peer->tstats); in veth_get_stats64()
474 tot->rx_bytes += tot_peer.tx_bytes; in veth_get_stats64()
475 tot->rx_packets += tot_peer.tx_packets; in veth_get_stats64()