Home
last modified time | relevance | path

Searched refs:GetArchType (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/extras/simpleperf/
H A Dperf_regs.h62 ArchType GetArchType(const std::string& arch);
H A Dperf_regs.cpp32 ArchType GetArchType(const std::string& arch) { in GetArchType() function
H A Denvironment.cpp422 arch = GetArchType(android::base::Trim(machine)); in GetMachineArch()
431 ArchType arch = GetArchType(uname_buf.machine); in GetMachineArch()
H A Dcmd_kmem.cpp548 record_file_arch_ = GetArchType(arch); in ReadFeaturesFromRecordFile()
H A Drecord_file_reader.cpp220 scoped_arch_.reset(new ScopedCurrentArch(GetArchType(arch))); in UseRecordingEnvironment()
H A Dcmd_debug_unwind.cpp151 GetArchType(reader_->ReadFeatureString(PerfFileFormat::FEAT_ARCH))); in ProcessFile()
H A Dcmd_report.cpp802 record_file_arch_ = GetArchType(arch); in ReadFeaturesFromRecordFile()