Searched refs:build_id_map_ (Results 1 – 2 of 2) sorted by relevance
243 std::unordered_map<std::string, BuildId> Dso::build_id_map_; member in simpleperf::Dso297 build_id_map_ = std::move(map); in SetBuildIds()305 auto it = build_id_map_.find(path); in FindExpectedBuildIdForPath()306 if (it != build_id_map_.end()) { in FindExpectedBuildIdForPath()340 build_id_map_.clear(); in ~Dso()
191 static std::unordered_map<std::string, BuildId> build_id_map_; variable