Home
last modified time | relevance | path

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

/system/extras/tests/icachetest/
DProfiler.cpp153 if (eventMask & EV_L1I_REFS) { in resetEvents()
159 mEnabledEvents |= EV_L1I_REFS; in resetEvents()
173 if (eventMask & EV_L1I_REFS) { in resetEvents()
180 mEnabledEvents |= EV_L1I_REFS; in resetEvents()
DProfiler.h57 EV_L1I_REFS = 1 << ICACHE_REFS, enumerator
61 EV_L1I_RATES = EV_L1I_REFS | EV_L1I_MISSES,