Home
last modified time | relevance | path

Searched refs:GetBuildArch (Results 1 – 8 of 8) sorted by relevance

/system/extras/simpleperf/
Dperf_regs.h46 constexpr ArchType GetBuildArch() { in GetBuildArch() function
Ddwarf_unwind.cpp104 if (!IsArchTheSame(arch, GetBuildArch(), strict_arch_check)) { in UnwindCallChain()
105 LOG(FATAL) << "simpleperf is built in arch " << GetArchString(GetBuildArch()) in UnwindCallChain()
Denvironment.cpp470 return GetBuildArch(); in GetMachineArch()
476 return GetBuildArch(); in GetMachineArch()
Dcmd_dumprecord.cpp42 record_filename_("perf.data"), record_file_arch_(GetBuildArch()) { in DumpRecordCommand()
Dcmd_report_test.cpp493 if (GetBuildArch() == ARCH_ARM64) { in TEST_F()
Dcmd_kmem.cpp320 record_file_arch_(GetBuildArch()) {} in KmemCommand()
Devent_selection_set.cpp51 attr.sample_regs_user = GetSupportedRegMask(GetBuildArch()); in IsDwarfCallChainSamplingSupported()
Dcmd_report.cpp346 record_file_arch_(GetBuildArch()), in ReportCommand()