Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dperf_regs.h62 std::string GetArchString(ArchType arch);
Dperf_regs.cpp66 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.cpp957 fprintf(report_fp, "Arch: %s\n", GetArchString(record_file_arch_).c_str()); in PrintReportContext()