/external/autotest/client/profilers/sar/ |
sar.py | 54 logfile = open(os.path.join(test.profdir, "sar"), 'w') 56 raw = os.path.join(test.profdir, "sar.raw") 79 raw = os.path.join(test.profdir, "sar.raw") 80 output = os.path.join(test.profdir, "sar")
|
/external/autotest/client/profilers/cros_perf/ |
cros_perf.py | 34 logfile = os.path.join(test.profdir, 'perf.data') 42 outfile = os.path.join(test.profdir, 'perf.out')
|
/external/autotest/client/profilers/custom_perf/ |
custom_perf.py | 26 outfile = os.path.join(test.profdir, 'perf.out') 29 (test.profdir, self.perf_bin, self.perf_options, outfile))
|
/external/autotest/client/profilers/kvm_modload/ |
kvm_modload.py | 34 self.logfile = open(os.path.join(test.profdir, "kvm_modload"), 'w') 49 output = os.path.join(test.profdir, "kvm_modload")
|
/external/autotest/client/profilers/pgo/ |
pgo.py | 8 its PGO data in a directory that this test copies back to test.profdir. 42 tar = tarfile.open(name=os.path.join(test.profdir, 'pgo.tar.bz2'), 49 os.path.join(test.profdir, 'profiledestination'))
|
/external/autotest/client/profilers/readprofile/ |
readprofile.py | 47 self.rawprofile = test.profdir + '/profile.raw' 57 txtprofile = test.profdir + '/profile.text'
|
/external/autotest/client/common_lib/ |
profiler_manager.py | 99 iter_path = os.path.join(test.profdir, name) 102 for file in os.listdir(test.profdir): 105 file_path = os.path.join(test.profdir, file)
|
test.py | 13 # profdir eg. results/<job>/<testname.tag>/profiling 40 self.profdir = os.path.join(self.outputdir, 'profiling') 41 os.mkdir(self.profdir) [all...] |
base_job_unittest.py | 76 'profdir', 'toolsdir', 174 self.assertEqual(self.cjob.profdir, self.sjob.profdir) [all...] |
/external/autotest/client/profilers/perf/ |
perf.py | 37 self.logfile = os.path.join(test.profdir, "perf") 57 reportfile = os.path.join(test.profdir, '%s.comm' % key) 67 tracefile = os.path.join(test.profdir, 'trace')
|
/external/autotest/client/profilers/cpistat/ |
cpistat.py | 21 logfile = open(os.path.join(test.profdir, "cpistat"), 'w')
|
/external/autotest/client/profilers/mpstat/ |
mpstat.py | 18 logfile = open(os.path.join(test.profdir, "mpstat"), 'w')
|
/external/autotest/client/profilers/powertop/ |
powertop.py | 25 outputfile = os.path.join(test.profdir, 'powertop')
|
/external/autotest/client/profilers/vmstat/ |
vmstat.py | 20 logfile = open(os.path.join(test.profdir, "vmstat"), 'w')
|
/external/autotest/client/profilers/lttng/ |
lttng.py | 94 self.output = os.path.join(test.profdir, 'lttng') 113 tarball = os.path.join(test.profdir, 'lttng.tar.bz2') 114 utils.system("tar -cvjf %s -C %s %s" % (tarball, test.profdir, 'lttng'))
|
/external/autotest/client/profilers/catprofile/ |
catprofile.py | 34 outfile = test.profdir + '/' + self.outfile
|
/external/autotest/client/profilers/cmdprofile/ |
cmdprofile.py | 45 logfile = open(os.path.join(test.profdir, outputfile), 'a')
|
/external/autotest/client/profilers/iostat/ |
iostat.py | 22 logfile = open(os.path.join(test.profdir, filename), 'w')
|
/external/autotest/client/profilers/kvm_stat/ |
kvm_stat.py | 55 logfile = open(os.path.join(test.profdir, "kvm_stat"), 'w')
|
/external/autotest/client/profilers/lockmeter/ |
lockmeter.py | 54 self.output = self.profdir + '/results/lockstat'
|
/external/autotest/client/profilers/oprofile/ |
oprofile.py | 137 reportfile = test.profdir + '/oprofile.kernel' 150 reportfile = test.profdir + '/oprofile.user'
|
/external/autotest/client/profilers/blktrace/ |
blktrace.py | 63 output_file = os.path.join(test.profdir, 'blktrace')
|
/external/autotest/server/site_tests/telemetry_AFDOGenerate/ |
telemetry_AFDOGenerate.py | 118 perf_data = os.path.join(self.profdir, PERF_FILE) 119 comp_data = os.path.join(self.profdir, COMP_PERF_FILE % (
|
/external/autotest/client/profilers/ftrace/ |
ftrace.py | 92 output_dir = os.path.join(test.profdir, 'ftrace')
|
/external/autotest/server/ |
profilers.py | 128 local_dir = os.path.join(test.profdir, hostname) 132 local_dir = test.profdir
|