tot_recs          719 tools/perf/builtin-c2c.c 	uint64_t tot_recs;
tot_recs          722 tools/perf/builtin-c2c.c 	tot_recs = total_records(&c2c_he->stats);
tot_recs          724 tools/perf/builtin-c2c.c 	return scnprintf(hpp->buf, hpp->size, "%*" PRIu64, width, tot_recs);
tot_recs          770 tools/perf/builtin-c2c.c 	uint64_t tot_recs;
tot_recs          773 tools/perf/builtin-c2c.c 	tot_recs = total_loads(&c2c_he->stats);
tot_recs          775 tools/perf/builtin-c2c.c 	return scnprintf(hpp->buf, hpp->size, "%*" PRIu64, width, tot_recs);