HomeSort by relevance Sort by last modified time
    Searched refs:perf_path (Results 1 - 6 of 6) sorted by null

  /system/extras/perfprofd/
config.h 51 std::string perf_path = "/system/xbin/simpleperf"; member in struct:Config
perfprofdcore.cc 154 std::string pp = config.perf_path;
459 const std::string &perf_path,
487 argv[slot++] = perf_path.c_str();
665 const std::string& perf_path = config.perf_path;
668 perf_path.c_str(),
configreader.cc 91 addStringEntry("perf_path", config.perf_path.c_str());
337 config->perf_path = getStringValue("perf_path");
  /system/extras/simpleperf/runtest/
runtest.py 294 def __init__(self, target, perf_path):
297 self.perf_path = perf_path
302 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
    [all...]
  /system/extras/perfprofd/binder_interface/
perfprofd_binder.cc 202 CHECK_AND_COPY_FROM_PROTO(perf_path)
  /external/toolchain-utils/crosperf/
results_cache.py 235 perf_path = os.path.join(self.chromeos_root, 'chroot', 'usr/bin/perf')
238 if os.path.exists(perf_path):

Completed in 96 milliseconds