Searched refs:GetBuildIdFromElfFile (Results 1 - 4 of 4) sorted by relevance

/system/extras/simpleperf/
H A Dread_elf_test.cpp24 TEST(read_elf, GetBuildIdFromElfFile) {
26 ASSERT_TRUE(GetBuildIdFromElfFile(GetTestData(ELF_FILE), &build_id));
H A Dread_elf.h25 bool GetBuildIdFromElfFile(const std::string& filename, BuildId* build_id);
H A Dread_elf.cpp183 bool GetBuildIdFromElfFile(const std::string& filename, BuildId* build_id) { function
188 LOG(VERBOSE) << "GetBuildIdFromElfFile(" << filename << ") => " << build_id->ToString();
H A Dcmd_record.cpp819 if (!GetBuildIdFromElfFile(filename, &build_id)) {

Completed in 51 milliseconds