Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dperf_regs.h68 class ScopedCurrentArch {
70 explicit ScopedCurrentArch(ArchType arch) : saved_arch(current_arch) { in ScopedCurrentArch() function
73 ~ScopedCurrentArch() { in ~ScopedCurrentArch()
Dperf_regs.cpp30 ArchType ScopedCurrentArch::current_arch = ARCH_UNSUPPORTED;
165 arch = GetArchForAbi(ScopedCurrentArch::GetCurrentArch(), abi); in RegSet()
172 if (ScopedCurrentArch::GetCurrentArch() == ARCH_ARM64 && abi == PERF_SAMPLE_REGS_ABI_32) { in RegSet()
Dperf_regs_test.cpp30 ScopedCurrentArch scoped_arch(arch_pair[i]); in TEST()
Drecord_file.h221 std::unique_ptr<ScopedCurrentArch> scoped_arch_;
Dcmd_monitor.cpp198 ScopedCurrentArch scoped_arch(GetMachineArch()); in Run()
Drecord_file_reader.cpp220 scoped_arch_.reset(new ScopedCurrentArch(GetArchType(arch))); in UseRecordingEnvironment()
Dcmd_debug_unwind.cpp150 ScopedCurrentArch scoped_arch( in ProcessFile()
Dcmd_report.cpp498 ScopedCurrentArch scoped_arch(record_file_arch_); in Run()
Dcmd_record.cpp442 ScopedCurrentArch scoped_arch(GetMachineArch()); in Run()