Home | History | Annotate | Download | only in oprofile

Lines Matching refs:oprofile

2 OProfile is a system-wide profiler for Linux systems,
4 OProfile is released under the GNU GPL.
9 More Info: http://oprofile.sourceforge.net/
10 Will need some libaries to compile. Do 'apt-get build-dep oprofile'
17 class oprofile(profiler.profiler):
29 # http://prdownloads.sourceforge.net/oprofile/oprofile-0.9.4.tar.gz
30 def setup(self, tarball='oprofile-0.9.4.tar.bz2', local=None,
41 patch = os.path.join(self.bindir,"oprofile-69455.patch")
53 raise error.AutotestError('No oprofile available')
82 print "Using source-built copy of oprofile"
91 print "Using machine local copy of oprofile"
112 # If there is existing setup file, oprofile may fail to start with default parameters.
113 if os.path.isfile('/root/.oprofile/daemonrc'):
114 os.rename('/root/.oprofile/daemonrc', '/root/.oprofile/daemonrc.org')
137 reportfile = test.profdir + '/oprofile.kernel'
142 logging.info('Starting oprofile: %s' % self.start_time)
144 logging.info('Ending oprofile: %s' % self.stop_time)
150 reportfile = test.profdir + '/oprofile.user'
151 logging.info('Starting oprofile: %s' % self.start_time)
153 logging.info('Ending oprofile: %s' % self.stop_time)