Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Dperf_regs.h64 std::string GetArchString(ArchType arch);
H A Dperf_regs.cpp74 std::string GetArchString(ArchType arch) { in GetArchString() function
H A Dcmd_kmem.cpp650 fprintf(fp, "Arch: %s\n", GetArchString(record_file_arch_).c_str()); in PrintReportContext()
H A Dcmd_report.cpp961 fprintf(report_fp, "Arch: %s\n", GetArchString(record_file_arch_).c_str()); in PrintReportContext()