Searched refs:cwp_dso (Results 1 – 10 of 10) sorted by relevance
/external/toolchain-utils/crosperf/ |
D | experiment_factory.py | 104 show_all_results, retries, run_local, cwp_dso, weight): argument 109 suite, show_all_results, retries, run_local, cwp_dso, weight) 165 cwp_dso = global_settings.GetField('cwp_dso') 166 if cwp_dso and not cwp_dso in dso_list: 232 if cwp_dso: 243 if not cwp_dso: 253 elif cwp_dso: 261 show_all_results, retries, run_local, cwp_dso, 267 run_local, cwp_dso, weight) 272 retries, run_local, cwp_dso, weight) [all …]
|
D | results_cache.py | 79 self.cwp_dso = '' 287 if self.cwp_dso == 'all': 289 elif self.cwp_dso == 'chrome': 291 elif self.cwp_dso == 'kallsyms': 296 exact_match = '"%s"' % self.cwp_dso 461 def PopulateFromRun(self, out, err, retval, test, suite, cwp_dso): argument 468 self.cwp_dso = cwp_dso 955 if self.cwp_dso and self.retval == 0: 1018 def PopulateFromCacheDir(self, cache_dir, test, suite, cwp_dso): argument 1021 self.cwp_dso = cwp_dso [all …]
|
D | benchmark.py | 67 cwp_dso='', argument 86 self.cwp_dso = cwp_dso
|
D | results_report.py | 165 def _GetDSOHeader(cwp_dso): argument 166 info = 'CWP_DSO: %s' % cwp_dso 240 dso_header_table = _GetDSOHeader(benchmark_results.cwp_dso) 398 if not self.benchmark_results.cwp_dso: 409 if not self.benchmark_results.cwp_dso: 498 if not self.benchmark_results.cwp_dso: 634 cwp_dso=None, argument 649 self.cwp_dso = cwp_dso 661 cwp_dso = experiment.cwp_dso 666 cwp_dso, weights)
|
D | experiment.py | 31 results_directory, compress_results, locks_directory, cwp_dso, argument 57 self.cwp_dso = cwp_dso
|
D | benchmark_run.py | 78 self.benchmark.run_local, self.benchmark.cwp_dso) 102 self.benchmark.cwp_dso) 216 self.benchmark.cwp_dso) 249 self.benchmark.run_local, self.benchmark.cwp_dso)
|
D | results_organizer.py | 198 if benchmark_run.result.cwp_dso:
|
D | experiment_runner.py | 166 br.benchmark.cwp_dso)
|
D | experiment_factory_unittest.py | 109 self.assertEqual(exp.cwp_dso, 'kallsyms')
|
D | results_cache_unittest.py | 1384 self.result.cwp_dso = 'chrome'
|