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