Searched refs:profdir (Results 1 – 25 of 27) sorted by relevance
12
/external/autotest/client/profilers/sar/ |
D | 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/perf/ |
D | 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/common_lib/ |
D | 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)
|
D | test.py | 63 self.profdir = os.path.join(self.outputdir, 'profiling') 64 os.mkdir(self.profdir)
|
/external/autotest/client/profilers/custom_perf/ |
D | 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/lttng/ |
D | lttng.py | 100 self.output = os.path.join(test.profdir, 'lttng') 119 tarball = os.path.join(test.profdir, 'lttng.tar.bz2') 120 utils.system("tar -cvjf %s -C %s %s" % (tarball, test.profdir, 'lttng'))
|
/external/autotest/client/profilers/pgo/ |
D | pgo.py | 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/ |
D | readprofile.py | 53 self.rawprofile = test.profdir + '/profile.raw' 63 txtprofile = test.profdir + '/profile.text'
|
/external/autotest/client/profilers/cros_perf/ |
D | cros_perf.py | 49 shutil.copy('/proc/kallsyms', test.profdir) 77 path = os.path.join(self.test.profdir, file_name)
|
/external/autotest/server/site_tests/telemetry_AFDOGenerate/ |
D | telemetry_AFDOGenerate.py | 191 status = self.scp_perf_data(self._host, self.profdir) 244 perf_data = os.path.join(self.profdir, PERF_FILE) 245 comp_data = os.path.join(self.profdir,
|
/external/autotest/client/profilers/oprofile/ |
D | oprofile.py | 144 reportfile = test.profdir + '/oprofile.kernel' 157 reportfile = test.profdir + '/oprofile.user'
|
/external/autotest/client/profilers/mpstat/ |
D | mpstat.py | 18 logfile = open(os.path.join(test.profdir, "mpstat"), 'w')
|
/external/autotest/client/profilers/vmstat/ |
D | vmstat.py | 20 logfile = open(os.path.join(test.profdir, "vmstat"), 'w')
|
/external/autotest/client/profilers/cpistat/ |
D | cpistat.py | 21 logfile = open(os.path.join(test.profdir, "cpistat"), 'w')
|
/external/autotest/client/profilers/powertop/ |
D | powertop.py | 25 outputfile = os.path.join(test.profdir, 'powertop')
|
/external/autotest/client/profilers/top/ |
D | top.py | 20 self._output = open(os.path.join(test.profdir, "top"), "wb")
|
/external/autotest/client/profilers/turbostat/ |
D | turbostat.py | 21 self._output = open(os.path.join(test.profdir, "turbostat"), "wt")
|
/external/autotest/client/profilers/catprofile/ |
D | catprofile.py | 34 outfile = test.profdir + '/' + self.outfile
|
/external/autotest/client/profilers/iostat/ |
D | iostat.py | 22 logfile = open(os.path.join(test.profdir, filename), 'w')
|
/external/autotest/client/profilers/lockmeter/ |
D | lockmeter.py | 59 self.output = self.profdir + '/results/lockstat'
|
/external/autotest/client/profilers/cmdprofile/ |
D | cmdprofile.py | 52 logfile = open(os.path.join(test.profdir, outputfile), 'a')
|
/external/autotest/client/profilers/screenshot/ |
D | screenshot.py | 53 path = os.path.join(self.test.profdir,
|
/external/autotest/server/ |
D | profilers.py | 124 local_dir = os.path.join(test.profdir, hostname) 128 local_dir = test.profdir
|
/external/autotest/client/profilers/ftrace/ |
D | ftrace.py | 92 output_dir = os.path.join(test.profdir, 'ftrace')
|
/external/autotest/server/site_tests/telemetry_Crosperf/ |
D | telemetry_Crosperf.py | 386 dst_dir = os.path.join(self.profdir, ''.join(
|
12