HomeSort by relevance Sort by last modified time
    Searched full:profilers (Results 1 - 25 of 127) sorted by null

1 2 3 4 5 6

  /external/autotest/client/profilers/cmdprofile/
control 1 job.profilers.add('cmdprofile')
3 job.profilers.delete('cmdprofile')
  /external/autotest/client/profilers/cpistat/
control 1 job.profilers.add('cpistat')
3 job.profilers.delete('cpistat')
  /external/autotest/client/profilers/cros_perf/
control 1 job.profilers.add('cros_perf')
3 job.profilers.delete('cros_perf')
  /external/autotest/client/profilers/custom_perf/
control 1 job.profilers.add('custom_perf')
3 job.profilers.delete('custom_perf')
  /external/autotest/client/profilers/iostat/
control 1 job.profilers.add('iostat', 2)
3 job.profilers.delete('iostat')
  /external/autotest/client/profilers/lockmeter/
control 1 job.profilers.add('lockmeter')
3 job.profilers.delete('lockmeter')
  /external/autotest/client/profilers/mpstat/
control 1 job.profilers.add('mpstat')
3 job.profilers.delete('mpstat')
  /external/autotest/client/profilers/oprofile/
control 1 job.profilers.add('oprofile')
3 job.profilers.delete('oprofile')
  /external/autotest/client/profilers/perf/
control 1 job.profilers.add('perf')
3 job.profilers.delete('perf')
  /external/autotest/client/profilers/pgo/
control 1 job.profilers.add('pgo')
3 job.profilers.delete('pgo')
  /external/autotest/client/profilers/powertop/
control 1 job.profilers.add('powertop')
3 job.profilers.delete('powertop')
  /external/autotest/client/profilers/readprofile/
control 1 job.profilers.add('readprofile')
3 job.profilers.delete('readprofile')
  /external/autotest/client/profilers/sar/
control 1 job.profilers.add('sar', 2)
3 job.profilers.delete('sar')
  /external/autotest/client/profilers/vmstat/
control 1 job.profilers.add('vmstat', 2)
3 job.profilers.delete('vmstat')
  /external/autotest/client/profilers/blktrace/
control 1 job.profilers.add('blktrace', device='/dev/hda3')
3 job.profilers.delete('blktrace')
  /external/autotest/client/profilers/catprofile/
control 1 job.profilers.add('catprofile', ['/proc/meminfo','/proc/uptime'], 'meminfo', 2)
3 job.profilers.delete('catprofile')
  /external/autotest/client/profilers/ftrace/
control 1 job.profilers.add('ftrace', tracepoints=['syscalls'])
3 job.profilers.delete('ftrace')
  /external/autotest/client/profilers/lttng/
control 3 job.profilers.add('lttng')
5 job.profilers.delete('lttng')
  /external/autotest/client/samples/
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...]
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')
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/
profiler_test.py 30 profilers here and in "run_once" it would be too late for that.
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/migrations/
008_add_profiler_table.py 6 manager.execute("DROP TABLE IF EXISTS 'profilers'")
10 CREATE TABLE `profilers` (
  /external/autotest/client/tests/linus_stress/
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/
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,

Completed in 123 milliseconds

1 2 3 4 5 6