Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-c2c.c684 uint64_t tot_recs; in tot_recs_entry() local
687 tot_recs = total_records(&c2c_he->stats); in tot_recs_entry()
689 return scnprintf(hpp->buf, hpp->size, "%*" PRIu64, width, tot_recs); in tot_recs_entry()
735 uint64_t tot_recs; in tot_loads_entry() local
738 tot_recs = total_loads(&c2c_he->stats); in tot_loads_entry()
740 return scnprintf(hpp->buf, hpp->size, "%*" PRIu64, width, tot_recs); in tot_loads_entry()