Home
last modified time | relevance | path

Searched refs:get_arch (Results 1 – 5 of 5) sorted by relevance

/system/extras/simpleperf/scripts/test/
Dtools_test.py224 self.assertEqual(dso_info['arch'], readelf.get_arch(path))
231 self.assertEqual(readelf.get_arch('not_exist_file'), 'unknown')
/system/extras/simpleperf/
Dcmd_merge.cpp181 auto get_arch = [](std::unique_ptr<RecordFileReader>& reader) { in CheckFeatureSection() local
225 std::make_pair("arch", get_arch), in CheckFeatureSection()
/system/extras/simpleperf/scripts/
Dsimpleperf_utils.py600 arch = self.readelf.get_arch(real_path)
808 arch = self.readelf.get_arch(real_path)
873 def get_arch(self, elf_file_path: Union[Path, str]) -> str: member in ReadElf
Dapp_profiler.py96 arch = self.readelf.get_arch(path)
/system/core/debuggerd/libdebuggerd/
Dtombstone_proto.cpp69 static Architecture get_arch() { in get_arch() function
605 result.set_arch(get_arch()); in engrave_tombstone_proto()