Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/
Dbuiltin-c2c.c681 uint64_t lclmiss, ldcnt, total; in total_records() local
688 ldcnt = lclmiss + in total_records()
695 total = ldcnt + in total_records()
736 uint64_t lclmiss, ldcnt; in total_loads() local
743 ldcnt = lclmiss + in total_loads()
750 return ldcnt; in total_loads()