Home
last modified time | relevance | path

Searched refs:profdir (Results 1 – 24 of 24) sorted by relevance

/external/autotest/client/profilers/sar/
Dsar.py54 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/common_lib/
Dprofiler_manager.py99 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)
Dtest.py40 self.profdir = os.path.join(self.outputdir, 'profiling')
41 os.mkdir(self.profdir)
Dbase_job.py778 profdir = _job_directory.property_factory('profdir') variable in base_job
Dbase_job_unittest.py180 self.assertEqual(self.cjob.profdir, self.sjob.profdir)
/external/autotest/client/profilers/perf/
Dperf.py37 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/lttng/
Dlttng.py94 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/custom_perf/
Dcustom_perf.py26 outfile = os.path.join(test.profdir, 'perf.out')
29 (test.profdir, self.perf_bin, self.perf_options, outfile))
/external/autotest/client/profilers/pgo/
Dpgo.py42 tar = tarfile.open(name=os.path.join(test.profdir, 'pgo.tar.bz2'),
49 os.path.join(test.profdir, 'profiledestination'))
/external/autotest/client/profilers/cros_perf/
Dcros_perf.py34 logfile = os.path.join(test.profdir, 'perf.data')
42 outfile = os.path.join(test.profdir, 'perf.out')
/external/autotest/client/profilers/readprofile/
Dreadprofile.py47 self.rawprofile = test.profdir + '/profile.raw'
57 txtprofile = test.profdir + '/profile.text'
/external/autotest/client/profilers/oprofile/
Doprofile.py137 reportfile = test.profdir + '/oprofile.kernel'
150 reportfile = test.profdir + '/oprofile.user'
/external/autotest/client/profilers/mpstat/
Dmpstat.py18 logfile = open(os.path.join(test.profdir, "mpstat"), 'w')
/external/autotest/client/profilers/vmstat/
Dvmstat.py20 logfile = open(os.path.join(test.profdir, "vmstat"), 'w')
/external/autotest/client/profilers/cpistat/
Dcpistat.py21 logfile = open(os.path.join(test.profdir, "cpistat"), 'w')
/external/autotest/server/site_tests/telemetry_AFDOGenerate/
Dtelemetry_AFDOGenerate.py127 perf_data = os.path.join(self.profdir, PERF_FILE)
128 comp_data = os.path.join(self.profdir, COMP_PERF_FILE % (
/external/autotest/client/profilers/powertop/
Dpowertop.py25 outputfile = os.path.join(test.profdir, 'powertop')
/external/autotest/client/profilers/catprofile/
Dcatprofile.py34 outfile = test.profdir + '/' + self.outfile
/external/autotest/client/profilers/iostat/
Diostat.py22 logfile = open(os.path.join(test.profdir, filename), 'w')
/external/autotest/client/profilers/lockmeter/
Dlockmeter.py54 self.output = self.profdir + '/results/lockstat'
/external/autotest/client/profilers/cmdprofile/
Dcmdprofile.py45 logfile = open(os.path.join(test.profdir, outputfile), 'a')
/external/autotest/server/
Dprofilers.py128 local_dir = os.path.join(test.profdir, hostname)
132 local_dir = test.profdir
/external/autotest/client/profilers/blktrace/
Dblktrace.py63 output_file = os.path.join(test.profdir, 'blktrace')
/external/autotest/client/profilers/ftrace/
Dftrace.py92 output_dir = os.path.join(test.profdir, 'ftrace')