Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-c2c.c655 static uint64_t total_records(struct c2c_stats *stats) in total_records() function
687 tot_recs = total_records(&c2c_he->stats); in tot_recs_entry()
704 tot_recs_left = total_records(&c2c_left->stats); in tot_recs_cmp()
705 tot_recs_right = total_records(&c2c_right->stats); in tot_recs_cmp()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-c2c.c712 static uint64_t total_records(struct c2c_stats *stats) in total_records() function
728 tot_recs = total_records(&c2c_he->stats); in tot_recs_entry()
745 tot_recs_left = total_records(&c2c_left->stats); in tot_recs_cmp()
746 tot_recs_right = total_records(&c2c_right->stats); in tot_recs_cmp()

Completed in 9 milliseconds