Searched refs:CORE_0 (Results 1 – 1 of 1) sorted by relevance
278 const nn::dbg::MPCore::PerformanceCounterName CORE_0 = in AutoProfile() local291 nn::dbg::MPCore::SetPMCEvent(CORE_0, INST_CACHE_MISS); in AutoProfile()292 m_ICacheMiss = nn::dbg::MPCore::GetPMCValue(CORE_0); in AutoProfile()309 nn::dbg::MPCore::SetPMCEvent(CORE_0, DATA_CACHE_READ_MISS); in AutoProfile()310 m_DCacheReadMiss = nn::dbg::MPCore::GetPMCValue(CORE_0); in AutoProfile()330 const nn::dbg::MPCore::PerformanceCounterName CORE_0 = in ~AutoProfile() local343 nn::dbg::MPCore::SetPMCEvent(CORE_0, INST_CACHE_MISS); in ~AutoProfile()344 m_ICacheMiss = nn::dbg::MPCore::GetPMCValue(CORE_0) - m_ICacheMiss; in ~AutoProfile()364 nn::dbg::MPCore::SetPMCEvent(CORE_0, DATA_CACHE_READ_MISS); in ~AutoProfile()365 m_DCacheReadMiss = nn::dbg::MPCore::GetPMCValue(CORE_0) - m_DCacheReadMiss; in ~AutoProfile()