Searched refs:FindExpectedBuildIdForPath (Results 1 – 4 of 4) sorted by relevance
304 BuildId Dso::FindExpectedBuildIdForPath(const std::string& path) { in FindExpectedBuildIdForPath() function in simpleperf::Dso313 return FindExpectedBuildIdForPath(path_); in GetExpectedBuildId()897 BuildId build_id = FindExpectedBuildIdForPath(dso_path); in CreateDso()934 BuildId build_id = FindExpectedBuildIdForPath(dso_path); in CreateKernelModuleDso()
129 static BuildId FindExpectedBuildIdForPath(const std::string& path);
375 BuildId build_id = Dso::FindExpectedBuildIdForPath(path); in GetBuildIdForPath()
510 BuildId build_id = Dso::FindExpectedBuildIdForPath(dso->Path()); in GenerateBranchList()