Home
last modified time | relevance | path

Searched refs:total_loads (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-c2c.c710 static uint64_t total_loads(struct c2c_stats *stats) in total_loads() function
738 tot_recs = total_loads(&c2c_he->stats); in tot_loads_entry()
755 tot_recs_left = total_loads(&c2c_left->stats); in tot_loads_cmp()
756 tot_recs_right = total_loads(&c2c_right->stats); in tot_loads_cmp()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-c2c.c751 static uint64_t total_loads(struct c2c_stats *stats) in total_loads() function
766 tot_recs = total_loads(&c2c_he->stats); in tot_loads_entry()
783 tot_recs_left = total_loads(&c2c_left->stats); in tot_loads_cmp()
784 tot_recs_right = total_loads(&c2c_right->stats); in tot_loads_cmp()

Completed in 8 milliseconds