Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dperf_regs.h44 constexpr ArchType GetBuildArch() { in GetBuildArch() function
Devent_selection_set.cpp48 attr.sample_regs_user = GetSupportedRegMask(GetBuildArch()); in IsDwarfCallChainSamplingSupported()
169 selection.event_attr.sample_regs_user = GetSupportedRegMask(GetBuildArch()); in EnableDwarfCallChainSampling()
Dperf_regs.cpp24 ArchType ScopedCurrentArch::current_arch = GetBuildArch();
Dcmd_dumprecord.cpp42 record_filename_("perf.data"), record_file_arch_(GetBuildArch()) { in DumpRecordCommand()
Ddwarf_unwind.cpp100 if (arch != GetBuildArch()) { in UnwindCallChain()
Dcmd_report_test.cpp284 if (GetBuildArch() == ARCH_ARM64) { in TEST_F()
Dcmd_record.cpp695 std::vector<uint64_t> unwind_ips = UnwindCallChain(GetBuildArch(), *thread, regs, stack); in UnwindRecord()
Dcmd_report.cpp273 record_file_arch_(GetBuildArch()), in ReportCommand()