Searched refs:perf_path (Results 1 – 1 of 1) sorted by relevance
294 def __init__(self, target, perf_path): argument297 self.perf_path = perf_path302 call_args = [self.perf_path, 'record']314 call_args = [self.perf_path, 'report']330 perf_path = 'simpleperf32' if target.endswith('32') else 'simpleperf'331 super(HostRunner, self).__init__(target, perf_path)348 perf_path = 'simpleperf32' if target.endswith('32') else 'simpleperf'349 super(DeviceRunner, self).__init__(target, self.tmpdir + perf_path)350 self._download(os.environ['OUT'] + '/system/xbin/' + perf_path, self.tmpdir)