Lines Matching refs:CORE_1
278 const nn::dbg::MPCore::PerformanceCounterName CORE_1 = in AutoProfile() local
294 nn::dbg::MPCore::SetPMCEvent(CORE_1, DATA_CACHE_READ_MISS); in AutoProfile()
295 m_DCacheReadMiss = nn::dbg::MPCore::GetPMCValue(CORE_1); in AutoProfile()
299 nn::dbg::MPCore::SetPMCEvent(CORE_1, DATA_CACHE_WRITE_MISS); in AutoProfile()
300 m_DCacheWriteMiss = nn::dbg::MPCore::GetPMCValue(CORE_1); in AutoProfile()
313 nn::dbg::MPCore::SetPMCEvent(CORE_1, DATA_CACHE_WRITE_MISS); in AutoProfile()
314 m_DCacheWriteMiss = nn::dbg::MPCore::GetPMCValue(CORE_1); in AutoProfile()
330 const nn::dbg::MPCore::PerformanceCounterName CORE_1 = in ~AutoProfile() local
347 nn::dbg::MPCore::SetPMCEvent(CORE_1, DATA_CACHE_READ_MISS); in ~AutoProfile()
348 m_DCacheReadMiss = nn::dbg::MPCore::GetPMCValue(CORE_1) - m_DCacheReadMiss; in ~AutoProfile()
353 nn::dbg::MPCore::SetPMCEvent(CORE_1, DATA_CACHE_WRITE_MISS); in ~AutoProfile()
354 m_DCacheWriteMiss = nn::dbg::MPCore::GetPMCValue(CORE_1) - m_DCacheWriteMiss; in ~AutoProfile()
369 nn::dbg::MPCore::SetPMCEvent(CORE_1, DATA_CACHE_WRITE_MISS); in ~AutoProfile()
370 m_DCacheWriteMiss = nn::dbg::MPCore::GetPMCValue(CORE_1) - m_DCacheWriteMiss; in ~AutoProfile()