Home
last modified time | relevance | path

Searched refs:perf_path (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/runtest/
Druntest.py280 def __init__(self, target, perf_path): argument
283 self.perf_path = perf_path
288 call_args = [self.perf_path, 'record']
300 call_args = [self.perf_path, 'report']
316 perf_path = 'simpleperf32' if target.endswith('32') else 'simpleperf'
317 super(HostRunner, self).__init__(target, perf_path)
334 perf_path = 'simpleperf32' if target.endswith('32') else 'simpleperf'
335 super(DeviceRunner, self).__init__(target, self.tmpdir + perf_path)
336 self._download(os.environ['OUT'] + '/system/xbin/' + perf_path, self.tmpdir)
/system/extras/perfprofd/
Dperfprofdcore.cc541 static PROFILE_RESULT invoke_perf(const std::string &perf_path, in invoke_perf() argument
570 argv[slot++] = perf_path.c_str(); in invoke_perf()
776 std::string perf_path = config.getStringValue("perf_path"); in collect_profile() local
779 PROFILE_RESULT ret = invoke_perf(perf_path.c_str(), in collect_profile()