Searched refs:BRANCH_MISSES (Results 1 – 2 of 2) sorted by relevance
41 BRANCH_MISSES = 5, enumerator56 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()
145 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()