Home
last modified time | relevance | path

Searched refs:coreName (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/opencsd/decoder/source/
H A Dtrc_core_arch_map.cpp84 ocsd_arch_profile_t CoreArchProfileMap::getArchProfile(const std::string &coreName) in getArchProfile() argument
92 it = core_profiles.find(coreName); in getArchProfile()
101 ap = getPatternMatchCoreName(coreName); in getArchProfile()
105 ocsd_arch_profile_t CoreArchProfileMap::getPatternMatchCoreName(const std::string &coreName) in getPatternMatchCoreName() argument
111 pos = coreName.find("ARMv"); in getPatternMatchCoreName()
114 int majver = coreName[4] - '0'; in getPatternMatchCoreName()
118 pos = coreName.find_first_of("."); in getPatternMatchCoreName()
120 minver = coreName[6] - '0'; in getPatternMatchCoreName()
140 if (coreName.find_first_of("-", 4) == (size_t)(5 + dotoffset)) { in getPatternMatchCoreName()
142 if (coreName[profile_idx] == 'A') in getPatternMatchCoreName()
[all …]
/freebsd/contrib/opencsd/decoder/include/common/
H A Dtrc_core_arch_map.h66 ocsd_arch_profile_t getArchProfile(const std::string &coreName);
69 ocsd_arch_profile_t getPatternMatchCoreName(const std::string &coreName);