Searched refs:simpleperfPath (Results 1 – 1 of 1) sorted by relevance
229 String simpleperfPath = findSimpleperfInTempDir(); in findSimpleperf() local230 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() argument326 args.add(simpleperfPath); in createSimpleperfProcess()