Lines Matching refs:count
93 uint8_t count = 0; in resetEvents() local
97 mIds[INSTRUCTIONS] = count++; in resetEvents()
107 mIds[CPU_CYCLES] = count++; in resetEvents()
117 mIds[DCACHE_REFS] = count++; in resetEvents()
127 mIds[DCACHE_MISSES] = count++; in resetEvents()
137 mIds[BRANCHES] = count++; in resetEvents()
147 mIds[BRANCH_MISSES] = count++; in resetEvents()
158 mIds[ICACHE_REFS] = count++; in resetEvents()
168 mIds[ICACHE_MISSES] = count++; in resetEvents()
179 mIds[ICACHE_REFS] = count++; in resetEvents()
190 mIds[ICACHE_MISSES] = count++; in resetEvents()