Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dperf_regs.h66 class ScopedCurrentArch {
68 explicit ScopedCurrentArch(ArchType arch) : saved_arch(current_arch) { in ScopedCurrentArch() function
72 ~ScopedCurrentArch() { in ~ScopedCurrentArch()
Dperf_regs.cpp28 ArchType ScopedCurrentArch::current_arch = ARCH_UNSUPPORTED;
29 ArchType ScopedCurrentArch::current_arch32 = ARCH_UNSUPPORTED;
156 arch = (abi == PERF_SAMPLE_REGS_ABI_32) ? ScopedCurrentArch::GetCurrentArch32() in RegSet()
157 : ScopedCurrentArch::GetCurrentArch(); in RegSet()
164 if (ScopedCurrentArch::GetCurrentArch() == ARCH_ARM64 && abi == PERF_SAMPLE_REGS_ABI_32) { in RegSet()
Dcmd_dumprecord.cpp75 ScopedCurrentArch scoped_arch(record_file_arch_); in Run()
Dcmd_debug_unwind.cpp197 ScopedCurrentArch scoped_arch(GetArchType(reader_->ReadFeatureString(PerfFileFormat::FEAT_ARCH))); in UnwindRecordFile()
Dcmd_report.cpp495 ScopedCurrentArch scoped_arch(record_file_arch_); in Run()
Dcmd_record.cpp351 ScopedCurrentArch scoped_arch(GetMachineArch()); in Run()
Drecord.cpp778 GetRegName(i, ScopedCurrentArch::GetCurrentArch()).c_str(), in DumpData()