Searched refs:eventMask (Results 1 – 2 of 2) sorted by relevance
68 uint32_t Profiler::resetEvents(uint32_t eventMask) noexcept { in resetEvents() argument102 if (eventMask & EV_CPU_CYCLES) { in resetEvents()112 if (eventMask & EV_L1D_REFS) { in resetEvents()122 if (eventMask & EV_L1D_MISSES) { in resetEvents()132 if (eventMask & EV_BPU_REFS) { in resetEvents()142 if (eventMask & EV_BPU_MISSES) { in resetEvents()153 if (eventMask & EV_L1I_REFS) { in resetEvents()163 if (eventMask & EV_L1I_MISSES) { in resetEvents()173 if (eventMask & EV_L1I_REFS) { in resetEvents()184 if (eventMask & EV_L1I_MISSES) { in resetEvents()
75 uint32_t resetEvents(uint32_t eventMask) noexcept;