Searched refs:BRANCHES (Results 1 – 2 of 2) sorted by relevance
40 BRANCHES = 4, enumerator55 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()
135 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()