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

1 2 3 4 5

  /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/kvm_modload/
control 1 job.profilers.add('kvm_modload', 2)
3 job.profilers.delete('kvm_modload')
  /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/packages/
README 2 (autotest client, deps, tests and profilers).
  /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')
  /external/autotest/client/tests/kernbench/
control.readprofile 11 job.profilers.add('readprofile')
13 job.profilers.delete('readprofile')
  /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` (

Completed in 182 milliseconds

1 2 3 4 5