Home
last modified time | relevance | path

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

/system/extras/tests/icachetest/
DProfiler.h41 BRANCH_MISSES = 5, enumerator
56 EV_BPU_MISSES = 1 << BRANCH_MISSES,
110 uint64_t getBranchMisses() const { return counters[BRANCH_MISSES].value; } in getBranchMisses()
211 return (mCountersFd[BRANCHES] >= 0) && (mCountersFd[BRANCH_MISSES] >= 0); in hasBranchRates()
DProfiler.cpp145 mCountersFd[BRANCH_MISSES] = perf_event_open(&pe, 0, -1, groupFd, 0); in resetEvents()
146 if (mCountersFd[BRANCH_MISSES] > 0) { in resetEvents()
147 mIds[BRANCH_MISSES] = count++; in resetEvents()