Searched refs:simpleperf_path (Results 1 – 3 of 3) sorted by relevance
173 void CreateSimpleperfProcess(const std::string& simpleperf_path,214 std::string simpleperf_path = FindSimpleperf(); in StartRecording() local217 CreateSimpleperfProcess(simpleperf_path, args); in StartRecording()340 std::string simpleperf_path = FindSimpleperfInTempDir(); in FindSimpleperf() local341 if (!simpleperf_path.empty()) { in FindSimpleperf()342 return simpleperf_path; in FindSimpleperf()345 simpleperf_path = "/system/bin/simpleperf"; in FindSimpleperf()346 if (IsExecutableFile(simpleperf_path)) { in FindSimpleperf()347 return simpleperf_path; in FindSimpleperf()411 void ProfileSessionImpl::CreateSimpleperfProcess(const std::string& simpleperf_path, in CreateSimpleperfProcess() argument[all …]
292 simpleperf_path = get_host_binary_path('simpleperf')294 subprocess.check_call([simpleperf_path, 'report'] + args)297 subprocess.check_call([simpleperf_path, 'report', '--full-callgraph'] + args +303 simpleperf_path = get_host_binary_path('simpleperf')304 args = [simpleperf_path, 'report', '-h']
43 simpleperf_path = Path(__file__).absolute().parents[1] variable44 sys.path.insert(0, str(simpleperf_path))