Home
last modified time | relevance | path

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

/system/extras/tests/icachetest/
DProfiler.cpp156 mCountersFd[ICACHE_REFS] = perf_event_open(&pe, 0, -1, groupFd, 0); in resetEvents()
157 if (mCountersFd[ICACHE_REFS] > 0) { in resetEvents()
158 mIds[ICACHE_REFS] = count++; in resetEvents()
177 mCountersFd[ICACHE_REFS] = perf_event_open(&pe, 0, -1, groupFd, 0); in resetEvents()
178 if (mCountersFd[ICACHE_REFS] > 0) { in resetEvents()
179 mIds[ICACHE_REFS] = count++; in resetEvents()
DProfiler.h42 ICACHE_REFS = 6, enumerator
57 EV_L1I_REFS = 1 << ICACHE_REFS,
107 uint64_t getL1IReferences() const { return counters[ICACHE_REFS].value; } in getL1IReferences()
215 return (mCountersFd[ICACHE_REFS] >= 0) && (mCountersFd[ICACHE_MISSES] >= 0); in hasICacheRates()