Home
last modified time | relevance | path

Searched refs:current_arch (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Dperf_regs.h70 explicit ScopedCurrentArch(ArchType arch) : saved_arch(current_arch) { in ScopedCurrentArch()
71 current_arch = arch; in ScopedCurrentArch()
74 current_arch = saved_arch; in ~ScopedCurrentArch()
76 static ArchType GetCurrentArch() { return current_arch; } in GetCurrentArch()
80 static ArchType current_arch; variable
Dperf_regs.cpp30 ArchType ScopedCurrentArch::current_arch = ARCH_UNSUPPORTED; member in simpleperf::ScopedCurrentArch