Home
last modified time | relevance | path

Searched defs:build_id (Results 1 – 19 of 19) sorted by relevance

/system/core/debuggerd/test/
Delf_fake.cpp25 void elf_set_fake_build_id(const std::string& build_id) { in elf_set_fake_build_id()
29 bool elf_get_build_id(Backtrace*, uintptr_t, std::string* build_id) { in elf_get_build_id()
/system/extras/simpleperf/
Dread_elf_test.cpp25 BuildId build_id; in TEST() local
31 BuildId build_id; in TEST() local
66 BuildId build_id("01010101010101010101"); in TEST() local
Ddso.cpp183 BuildId build_id = GetExpectedBuildId(GetAccessiblePath()); in MinVirtualAddress() local
237 BuildId build_id = GetExpectedBuildId(DEFAULT_KERNEL_FILENAME_FOR_BUILD_ID); in LoadKernel() local
285 BuildId build_id = GetExpectedBuildId(path_); in LoadKernelModule() local
298 BuildId build_id = GetExpectedBuildId(GetAccessiblePath()); in LoadElfFile() local
316 BuildId build_id = GetExpectedBuildId(path); in LoadEmbeddedElfFile() local
Dread_elf.cpp67 static bool GetBuildIdFromNoteSection(const char* section, size_t section_size, BuildId* build_id) { in GetBuildIdFromNoteSection()
90 bool GetBuildIdFromNoteFile(const std::string& filename, BuildId* build_id) { in GetBuildIdFromNoteFile()
104 bool GetBuildIdFromELFFile(const llvm::object::ELFFile<ELFT>* elf, BuildId* build_id) { in GetBuildIdFromELFFile()
122 static bool GetBuildIdFromObjectFile(llvm::object::ObjectFile* obj, BuildId* build_id) { in GetBuildIdFromObjectFile()
183 bool GetBuildIdFromElfFile(const std::string& filename, BuildId* build_id) { in GetBuildIdFromElfFile()
193 uint32_t file_size, BuildId* build_id) { in GetBuildIdFromEmbeddedElfFile()
Dread_apk_test.cpp54 BuildId build_id; in TEST() local
Drecord_file_test.cpp73 BuildId build_id(p); in TEST_F() local
Dread_apk.cpp174 BuildId* build_id) { in GetBuildIdFromApkFile()
Denvironment.cpp362 bool GetKernelBuildId(BuildId* build_id) { in GetKernelBuildId()
366 bool GetModuleBuildId(const std::string& module_name, BuildId* build_id) { in GetModuleBuildId()
Dcmd_record.cpp784 BuildId build_id; in DumpBuildIdFeature() local
Drecord.cpp678 BuildIdRecord CreateBuildIdRecord(bool in_kernel, pid_t pid, const BuildId& build_id, in CreateBuildIdRecord()
Drecord.h284 BuildId build_id; member
/system/core/debuggerd/
Delf_utils.cpp36 Backtrace* backtrace, uintptr_t base_addr, uint8_t* e_ident, std::string* build_id) { in get_build_id()
98 bool elf_get_build_id(Backtrace* backtrace, uintptr_t addr, std::string* build_id) { in elf_get_build_id()
Dtombstone.cpp418 std::string build_id; in dump_all_maps() local
/system/extras/perfprofd/quipper/
Dperf_parser.h29 string build_id; member
75 const string build_id() const { in build_id() function
Dperf_reader.cc164 build_id_event* CreateOrUpdateBuildID(const string& build_id, in CreateOrUpdateBuildID()
631 void PerfReader::PerfizeBuildIDString(string* build_id) { in PerfizeBuildIDString()
635 void PerfReader::UnperfizeBuildIDString(string* build_id) { in UnperfizeBuildIDString()
690 string build_id = it->first; in Localize() local
698 string build_id = HexToString(event->build_id, kBuildIDArraySize); in Localize() local
756 string build_id = HexToString(event.build_id, kBuildIDArraySize); in GetFilenamesToBuildIDs() local
/system/extras/perfprofd/
Dperf_profile.proto49 optional string build_id = 2; field
Dperf_data_converter.cc98 const std::string &build_id = nbmi->second; in RawPerfDataToAndroidPerfProfile() local
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
Devent.h142 u8 build_id[PERF_ALIGN(BUILD_ID_SIZE, sizeof(u64))]; member
195 struct build_id_event build_id; member
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
Devent.h135 u8 build_id[PERF_ALIGN(BUILD_ID_SIZE, sizeof(u64))]; member
184 struct build_id_event build_id; member