Searched refs:EV_L1I_MISSES (Results 1 – 2 of 2) sorted by relevance
163 if (eventMask & EV_L1I_MISSES) { in resetEvents()169 mEnabledEvents |= EV_L1I_MISSES; in resetEvents()184 if (eventMask & EV_L1I_MISSES) { in resetEvents()191 mEnabledEvents |= EV_L1I_MISSES; in resetEvents()
58 EV_L1I_MISSES = 1 << ICACHE_MISSES, enumerator61 EV_L1I_RATES = EV_L1I_REFS | EV_L1I_MISSES,