Home
last modified time | relevance | path

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

/system/extras/tests/icachetest/
DProfiler.cpp115 mCountersFd[DCACHE_REFS] = perf_event_open(&pe, 0, -1, groupFd, 0); in resetEvents()
116 if (mCountersFd[DCACHE_REFS] > 0) { in resetEvents()
117 mIds[DCACHE_REFS] = count++; in resetEvents()
DProfiler.h38 DCACHE_REFS = 2, enumerator
53 EV_L1D_REFS = 1 << DCACHE_REFS,
105 uint64_t getL1DReferences() const { return counters[DCACHE_REFS].value; } in getL1DReferences()