Searched refs:CORE_1 (Results 1 – 1 of 1) sorted by relevance
278 const nn::dbg::MPCore::PerformanceCounterName CORE_1 = in AutoProfile() local294 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() local347 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()[all …]