Home
last modified time | relevance | path

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

/system/extras/tests/icachetest/
DProfiler.cpp142 if (eventMask & EV_BPU_MISSES) { in resetEvents()
148 mEnabledEvents |= EV_BPU_MISSES; in resetEvents()
DProfiler.h56 EV_BPU_MISSES = 1 << BRANCH_MISSES, enumerator
62 EV_BPU_RATES = EV_BPU_REFS | EV_BPU_MISSES,