/external/autotest/client/samples/ |
D | control.oprofile_power5 | 10 while running the oprofile profilers, with and without special parameters 18 job.profilers.add('oprofile') 20 job.profilers.delete('oprofile') 23 job.profilers.add('oprofile', '/boot/vmlinux-autotest') 25 job.profilers.delete('oprofile') 28 job.profilers.add('oprofile', None, ['PM_RUN_CYC_GRP153:100000']) 30 job.profilers.delete('oprofile') 33 job.profilers.add('oprofile', None, 36 job.profilers.delete('oprofile') 39 job.profilers.add('oprofile', None, [all …]
|
D | control.oprofile | 3 NAME = "Sample - Using profilers" 10 while running the oprofile profilers, with and without special parameters 17 job.profilers.add('oprofile') 19 job.profilers.delete('oprofile') 22 job.profilers.add('oprofile', 'ICACHE_MISSES:100000') 24 job.profilers.delete('oprofile')
|
D | control.profilers | 3 NAME = "Sample - More profilers" 9 Runs sleeptest with differnt profilers present in the autotest tree. Also, 19 job.profilers.add(profiler) 21 job.profilers.delete(profiler)
|
/external/autotest/client/tests/profiler_test/ |
D | profiler_test.py | 35 profilers = self.job.profilers 36 profilers.add(self._profiler, *self._profiler_args, 38 profilers.start(self) 42 profilers.stop(self) 43 profilers.report(self) 45 profilers.delete(self._profiler)
|
/external/autotest/frontend/afe/doctests/ |
D | 003_misc_rpc_features.txt | 15 ... profilers=['oprofile', 'iostat']) 25 job.profilers.add('oprofile') 28 job.profilers.add('iostat') 36 job.profilers.delete('oprofile') 39 job.profilers.delete('iostat') 44 ... profilers=['oprofile'], 57 job.profilers.add('oprofile') 65 job.profilers.delete('oprofile') 70 ... profilers=['iostat'], 83 job.profilers.add('iostat') [all …]
|
/external/autotest/client/tests/linus_stress/ |
D | linus_stress.py | 27 profilers = self.job.profilers 28 if profilers.present(): 29 profilers.start(self) 34 if profilers.present(): 35 profilers.stop(self) 36 profilers.report(self)
|
/external/autotest/server/samples/ |
D | profilertest.srv | 7 def add_profilers(at, profilers, timeout_sync, timeout_start, timeout_stop, 10 for profiler in profilers: 11 control_file.append("job.profilers.add(%s)" 20 for profiler in profilers: 21 control_file.append("job.profilers.delete('%s')" % profiler[0]) 28 # wait until the profilers have started 35 # wait until the profilers have started 59 profilers = [["vmstat"], ["iostat"]] 64 tests.append(add_profilers(at, profilers, timeout_sync,
|
/external/autotest/client/tests/reaim/ |
D | reaim.py | 61 profilers = self.job.profilers 62 if not profilers.only(): 67 if profilers.present(): 68 profilers.start(self) 70 profilers.stop(self) 71 profilers.report(self)
|
/external/autotest/client/tests/profiler_sync/ |
D | profiler_sync.py | 26 profilers = self.job.profilers 40 profilers.start(self) 46 profilers.stop(self) 47 profilers.report(self)
|
/external/autotest/utils/ |
D | test_importer.py | 89 profilers = get_tests_from_fs(profilers_path, '.*py$') 90 update_profilers_in_db(profilers, add_noncompliant=add_noncompliant, 166 def update_profilers_in_db(profilers, description='NA', argument 179 for profiler in profilers: 183 if not profilers[profiler]: 190 doc = profilers[profiler] 361 profilers = False 363 profilers = True 369 if not profilers: 459 profilers = {} [all …]
|
/external/autotest/server/site_tests/telemetry_AFDOGenerate/ |
D | telemetry_AFDOGenerate.py | 33 from autotest_lib.server import profilers 267 saved_profilers = self.job.profilers 272 self.job.profilers = profilers.profilers(self.job)
|
/external/autotest/client/common_lib/ |
D | test.py | 389 if not self.job.profilers.present(): 454 profilers = self.job.profilers 455 if profilers.active(): 456 profilers.stop(self) 507 profilers = self.job.profilers 509 if profilers.present(): 511 profilers.before_start(self) 514 profilers.start(self) 531 profilers.stop(self) 532 profilers.report(self)
|
/external/autotest/server/ |
D | standalone_profiler.py | 31 def generate_test(machines, hostname, profilers, timeout_start, timeout_stop, argument 53 for profiler in profilers: 62 for profiler in reversed(profilers):
|
/external/autotest/client/profilers/pgo/ |
D | control | 1 job.profilers.add('pgo') 3 job.profilers.delete('pgo')
|
/external/autotest/client/profilers/cros_perf/ |
D | control | 1 job.profilers.add('cros_perf') 3 job.profilers.delete('cros_perf')
|
/external/autotest/client/profilers/lockmeter/ |
D | control | 1 job.profilers.add('lockmeter') 3 job.profilers.delete('lockmeter')
|
/external/autotest/client/profilers/sar/ |
D | control | 1 job.profilers.add('sar', 2) 3 job.profilers.delete('sar')
|
/external/autotest/client/profilers/readprofile/ |
D | control | 1 job.profilers.add('readprofile') 3 job.profilers.delete('readprofile')
|
/external/autotest/client/profilers/vmstat/ |
D | control | 1 job.profilers.add('vmstat', 2) 3 job.profilers.delete('vmstat')
|
/external/autotest/client/profilers/custom_perf/ |
D | control | 1 job.profilers.add('custom_perf') 3 job.profilers.delete('custom_perf')
|
/external/autotest/client/profilers/powertop/ |
D | control | 1 job.profilers.add('powertop') 3 job.profilers.delete('powertop')
|
/external/autotest/client/profilers/oprofile/ |
D | control | 1 job.profilers.add('oprofile') 3 job.profilers.delete('oprofile')
|
/external/autotest/client/profilers/perf/ |
D | control | 1 job.profilers.add('perf') 3 job.profilers.delete('perf')
|
/external/autotest/client/profilers/mpstat/ |
D | control | 1 job.profilers.add('mpstat') 3 job.profilers.delete('mpstat')
|
/external/autotest/client/profilers/cmdprofile/ |
D | control | 1 job.profilers.add('cmdprofile') 3 job.profilers.delete('cmdprofile')
|