Searched refs:familyStr (Results 1 – 1 of 1) sorted by relevance
184 std::string familyStr = it->second; in infoUpdate() local185 if ((familyStr.find(" Xeon ") != std::string::npos) || in infoUpdate()186 (familyStr.find(" Intel ") != std::string::npos) || in infoUpdate()187 (familyStr.find(" Zen ") != std::string::npos)) in infoUpdate()