Home
last modified time | relevance | path

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

/system/extras/tests/icachetest/
DProfiler.h40 BRANCHES = 4, enumerator
55 EV_BPU_REFS = 1 << BRANCHES,
109 uint64_t getBranchInstructions() const { return counters[BRANCHES].value; } in getBranchInstructions()
211 return (mCountersFd[BRANCHES] >= 0) && (mCountersFd[BRANCH_MISSES] >= 0); in hasBranchRates()
DProfiler.cpp135 mCountersFd[BRANCHES] = perf_event_open(&pe, 0, -1, groupFd, 0); in resetEvents()
136 if (mCountersFd[BRANCHES] > 0) { in resetEvents()
137 mIds[BRANCHES] = count++; in resetEvents()