Lines Matching refs:CORE_1
280 const nn::dbg::MPCore::PerformanceCounterName CORE_1 = in AutoProfile() local
296 nn::dbg::MPCore::SetPMCEvent(CORE_1, DATA_CACHE_READ_MISS); in AutoProfile()
297 m_DCacheReadMiss = nn::dbg::MPCore::GetPMCValue(CORE_1); in AutoProfile()
301 nn::dbg::MPCore::SetPMCEvent(CORE_1, DATA_CACHE_WRITE_MISS); in AutoProfile()
302 m_DCacheWriteMiss = nn::dbg::MPCore::GetPMCValue(CORE_1); in AutoProfile()
315 nn::dbg::MPCore::SetPMCEvent(CORE_1, DATA_CACHE_WRITE_MISS); in AutoProfile()
316 m_DCacheWriteMiss = nn::dbg::MPCore::GetPMCValue(CORE_1); in AutoProfile()
332 const nn::dbg::MPCore::PerformanceCounterName CORE_1 = in ~AutoProfile() local
349 nn::dbg::MPCore::SetPMCEvent(CORE_1, DATA_CACHE_READ_MISS); in ~AutoProfile()
350 m_DCacheReadMiss = nn::dbg::MPCore::GetPMCValue(CORE_1) - m_DCacheReadMiss; in ~AutoProfile()
355 nn::dbg::MPCore::SetPMCEvent(CORE_1, DATA_CACHE_WRITE_MISS); in ~AutoProfile()
356 m_DCacheWriteMiss = nn::dbg::MPCore::GetPMCValue(CORE_1) - m_DCacheWriteMiss; in ~AutoProfile()
371 nn::dbg::MPCore::SetPMCEvent(CORE_1, DATA_CACHE_WRITE_MISS); in ~AutoProfile()
372 m_DCacheWriteMiss = nn::dbg::MPCore::GetPMCValue(CORE_1) - m_DCacheWriteMiss; in ~AutoProfile()