Lines Matching refs:mEnabledEvents
76 mEnabledEvents = 0; in resetEvents()
108 mEnabledEvents |= EV_CPU_CYCLES; in resetEvents()
118 mEnabledEvents |= EV_L1D_REFS; in resetEvents()
128 mEnabledEvents |= EV_L1D_MISSES; in resetEvents()
138 mEnabledEvents |= EV_BPU_REFS; in resetEvents()
148 mEnabledEvents |= EV_BPU_MISSES; in resetEvents()
159 mEnabledEvents |= EV_L1I_REFS; in resetEvents()
169 mEnabledEvents |= EV_L1I_MISSES; in resetEvents()
180 mEnabledEvents |= EV_L1I_REFS; in resetEvents()
191 mEnabledEvents |= EV_L1I_MISSES; in resetEvents()
197 return mEnabledEvents; in resetEvents()