35 #ifndef ARM_TRC_CORE_ARCH_MAP_H_INCLUDED 36 #define ARM_TRC_CORE_ARCH_MAP_H_INCLUDED 40 #include "opencsd/ocsd_if_types.h" 52 std::map<std::string, ocsd_arch_profile_t> core_profiles;
57 ocsd_arch_profile_t ap = { ARCH_UNKNOWN, profile_Unknown };
59 std::map<std::string, ocsd_arch_profile_t>::const_iterator it;
60 it = core_profiles.find(coreName);
61 if(it != core_profiles.end())
66 #endif // ARM_TRC_CORE_ARCH_MAP_H_INCLUDED
ocsd_arch_profile_t getArchProfile(const std::string &coreName)