Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Ddso.cpp122 BuildId Dso::GetExpectedBuildId(const std::string& filename) { in GetExpectedBuildId() function in Dso
183 BuildId build_id = GetExpectedBuildId(GetAccessiblePath()); in MinVirtualAddress()
237 BuildId build_id = GetExpectedBuildId(DEFAULT_KERNEL_FILENAME_FOR_BUILD_ID); in LoadKernel()
285 BuildId build_id = GetExpectedBuildId(path_); in LoadKernelModule()
298 BuildId build_id = GetExpectedBuildId(GetAccessiblePath()); in LoadElfFile()
316 BuildId build_id = GetExpectedBuildId(path); in LoadEmbeddedElfFile()
Ddso.h79 static BuildId GetExpectedBuildId(const std::string& filename);