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