Searched refs:GetArchString (Results 1 – 5 of 5) sorted by relevance
62 std::string GetArchString(ArchType arch);
105 LOG(FATAL) << "simpleperf is built in arch " << GetArchString(GetBuildArch()) in UnwindCallChain()106 << ", and can't do stack unwinding for arch " << GetArchString(arch); in UnwindCallChain()
64 std::string GetArchString(ArchType arch) { in GetArchString() function
678 fprintf(fp, "Arch: %s\n", GetArchString(record_file_arch_).c_str()); in PrintReportContext()
841 fprintf(report_fp, "Arch: %s\n", GetArchString(record_file_arch_).c_str()); in PrintReportContext()