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

/linux-master/tools/perf/
H A Dbuiltin-c2c.c725 uint64_t tot_recs; local
728 tot_recs = total_records(&c2c_he->stats);
730 return scnprintf(hpp->buf, hpp->size, "%*" PRIu64, width, tot_recs);
763 uint64_t tot_recs; local
766 tot_recs = total_loads(&c2c_he->stats);
768 return scnprintf(hpp->buf, hpp->size, "%*" PRIu64, width, tot_recs);
1611 .name = "tot_recs",
2959 "tot_recs,"
3156 "tot_recs,"
3171 "tot_recs,"
[all...]

Completed in 123 milliseconds