Home
last modified time | relevance | path

Searched defs:simpleperf_path (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/app_api/cpp/
Dsimpleperf.cpp213 std::string simpleperf_path = FindSimpleperf(); in StartRecording() local
339 std::string simpleperf_path = FindSimpleperfInTempDir(); in FindSimpleperf() local
396 void ProfileSessionImpl::CreateSimpleperfProcess(const std::string& simpleperf_path, in CreateSimpleperfProcess()
/system/extras/simpleperf/scripts/purgatorio/
Dpurgatorio.py43 simpleperf_path = Path(__file__).absolute().parents[1] variable