Searched refs:ICACHE_MISSES (Results 1 – 2 of 2) sorted by relevance
/system/extras/tests/icachetest/ |
D | Profiler.cpp | 166 mCountersFd[ICACHE_MISSES] = perf_event_open(&pe, 0, -1, groupFd, 0); in resetEvents() 167 if (mCountersFd[ICACHE_MISSES] > 0) { in resetEvents() 168 mIds[ICACHE_MISSES] = count++; in resetEvents() 188 mCountersFd[ICACHE_MISSES] = perf_event_open(&pe, 0, -1, groupFd, 0); in resetEvents() 189 if (mCountersFd[ICACHE_MISSES] > 0) { in resetEvents() 190 mIds[ICACHE_MISSES] = count++; in resetEvents()
|
D | Profiler.h | 43 ICACHE_MISSES = 7, enumerator 58 EV_L1I_MISSES = 1 << ICACHE_MISSES, 108 uint64_t getL1IMisses() const { return counters[ICACHE_MISSES].value; } in getL1IMisses() 215 return (mCountersFd[ICACHE_REFS] >= 0) && (mCountersFd[ICACHE_MISSES] >= 0); in hasICacheRates()
|