Home
last modified time | relevance | path

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

/system/extras/simpleperf/app_api/cpp/
Dsimpleperf.cpp172 void CreateSimpleperfProcess(const std::string& simpleperf_path,
213 std::string simpleperf_path = FindSimpleperf(); in StartRecording() local
216 CreateSimpleperfProcess(simpleperf_path, args); in StartRecording()
339 simpleperf_path = "/system/bin/simpleperf"; in FindSimpleperf()
340 if (IsExecutableFile(simpleperf_path)) { in FindSimpleperf()
341 return simpleperf_path; in FindSimpleperf()
382 void ProfileSessionImpl::CreateSimpleperfProcess(const std::string& simpleperf_path, in CreateSimpleperfProcess() argument
393 args.emplace_back(simpleperf_path); in CreateSimpleperfProcess()
/system/extras/simpleperf/scripts/
Dreport.py292 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']
/system/extras/simpleperf/scripts/purgatorio/
Dpurgatorio.py43 simpleperf_path = Path(__file__).absolute().parents[1] variable
44 sys.path.insert(0, str(simpleperf_path))
/system/extras/simpleperf/scripts/test/
Dreport_lib_test.py450 simpleperf_path = get_host_binary_path('simpleperf')
452 subprocess.check_call([simpleperf_path, 'report-sample', '--show-callchain', '--protobuf',