Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dperf_regs.h62 class ScopedCurrentArch {
64 ScopedCurrentArch(ArchType arch) : saved_arch(current_arch) { in ScopedCurrentArch() function
67 ~ScopedCurrentArch() { in ~ScopedCurrentArch()
Dperf_regs.cpp24 ArchType ScopedCurrentArch::current_arch = GetBuildArch();
Dcmd_dumprecord.cpp74 ScopedCurrentArch scoped_arch(record_file_arch_); in Run()
Dcmd_report.cpp341 ScopedCurrentArch scoped_arch(record_file_arch_); in Run()
572 UnwindCallChain(ScopedCurrentArch::GetCurrentArch(), *sample->thread, regs, stack); in ProcessSampleRecord()
Drecord.cpp509 GetRegName(i, ScopedCurrentArch::GetCurrentArch()).c_str(), in DumpData()