Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dhiperf_libreport.cpp166 const char *machineName = "unknown"; in ReportGetElfArch() local
169 machineName = "arm"; in ReportGetElfArch()
172 machineName = "arm64"; in ReportGetElfArch()
175 machineName = "x86"; in ReportGetElfArch()
178 machineName = "x86_64"; in ReportGetElfArch()
183 HLOGD("elf '%s' mache type is %s \n", elfPath, machineName); in ReportGetElfArch()
184 return machineName; in ReportGetElfArch()