Searched refs:CORE_0 (Results 1 – 1 of 1) sorted by relevance
276 const nn::dbg::MPCore::PerformanceCounterName CORE_0 = in AutoProfile() local289 nn::dbg::MPCore::SetPMCEvent(CORE_0, INST_CACHE_MISS); in AutoProfile()290 m_ICacheMiss = nn::dbg::MPCore::GetPMCValue(CORE_0); in AutoProfile()307 nn::dbg::MPCore::SetPMCEvent(CORE_0, DATA_CACHE_READ_MISS); in AutoProfile()308 m_DCacheReadMiss = nn::dbg::MPCore::GetPMCValue(CORE_0); in AutoProfile()328 const nn::dbg::MPCore::PerformanceCounterName CORE_0 = in ~AutoProfile() local341 nn::dbg::MPCore::SetPMCEvent(CORE_0, INST_CACHE_MISS); in ~AutoProfile()342 m_ICacheMiss = nn::dbg::MPCore::GetPMCValue(CORE_0) - m_ICacheMiss; in ~AutoProfile()362 nn::dbg::MPCore::SetPMCEvent(CORE_0, DATA_CACHE_READ_MISS); in ~AutoProfile()363 m_DCacheReadMiss = nn::dbg::MPCore::GetPMCValue(CORE_0) - m_DCacheReadMiss; in ~AutoProfile()