Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/source/
H A Dtrc_core_arch_map.cpp80 core_profiles[ap_map_array[i].name] = ap_map_array[i].ap; in CoreArchProfileMap()
92 it = core_profiles.find(coreName); in getArchProfile()
93 if (it != core_profiles.end()) in getArchProfile()
/freebsd/contrib/opencsd/decoder/include/common/
H A Dtrc_core_arch_map.h71 std::map<std::string, ocsd_arch_profile_t> core_profiles; variable