Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dperf_regs.h62 std::string GetArchString(ArchType arch);
Ddwarf_unwind.cpp105 LOG(FATAL) << "simpleperf is built in arch " << GetArchString(GetBuildArch()) in UnwindCallChain()
106 << ", and can't do stack unwinding for arch " << GetArchString(arch); in UnwindCallChain()
Dperf_regs.cpp64 std::string GetArchString(ArchType arch) { in GetArchString() function
Dcmd_kmem.cpp678 fprintf(fp, "Arch: %s\n", GetArchString(record_file_arch_).c_str()); in PrintReportContext()
Dcmd_report.cpp841 fprintf(report_fp, "Arch: %s\n", GetArchString(record_file_arch_).c_str()); in PrintReportContext()