35 #ifndef ARM_TRC_CORE_ARCH_MAP_H_INCLUDED
36 #define ARM_TRC_CORE_ARCH_MAP_H_INCLUDED
69 std::map<std::string, ocsd_arch_profile_t> core_profiles;
70 std::map<std::string, ocsd_arch_profile_t> arch_profiles;
78 std::map<std::string, ocsd_arch_profile_t>::const_iterator it;
81 it = core_profiles.find(coreName);
82 if (it != core_profiles.end())
91 it = arch_profiles.find(coreName);
92 if (it != arch_profiles.end())
98 #endif // ARM_TRC_CORE_ARCH_MAP_H_INCLUDED