Home
last modified time | relevance | path

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

/system/extras/simpleperf/app_api/java/com/android/simpleperf/
DProfileSession.java229 String simpleperfPath = findSimpleperfInTempDir(); in findSimpleperf() local
230 if (simpleperfPath != null) { in findSimpleperf()
231 return simpleperfPath; in findSimpleperf()
234 simpleperfPath = SIMPLEPERF_PATH_IN_IMAGE; in findSimpleperf()
235 if (isExecutableFile(simpleperfPath)) { in findSimpleperf()
236 return simpleperfPath; in findSimpleperf()
323 private void createSimpleperfProcess(String simpleperfPath, List<String> recordArgs) { in createSimpleperfProcess() argument
326 args.add(simpleperfPath); in createSimpleperfProcess()