Searched defs:simpleperf_path (Results 1 – 2 of 2) sorted by relevance
214 std::string simpleperf_path = FindSimpleperf(); in StartRecording() local340 std::string simpleperf_path = FindSimpleperfInTempDir(); in FindSimpleperf() local411 void ProfileSessionImpl::CreateSimpleperfProcess(const std::string& simpleperf_path, in CreateSimpleperfProcess()
43 simpleperf_path = Path(__file__).absolute().parents[1] variable