oprofile Package

oprofile Module

OProfile is a system-wide profiler for Linux systems, capable of profiling all running code at low overhead. OProfile is released under the GNU GPL.

It consists of a kernel driver and a daemon for collecting sample data, and several post-profiling tools for turning data into information.

More Info: http://oprofile.sourceforge.net/ Will need some libaries to compile. Do ‘apt-get build-dep oprofile’

class autotest.client.profilers.oprofile.oprofile.oprofile(job)[source]

Bases: autotest.client.profiler.profiler

initialize(vmlinux=None, events=[], others=None, local=None, **dargs)[source]
report(test)[source]
setup(tarball='oprofile-0.9.4.tar.bz2', local=None, *args, **dargs)[source]
setup_done = False
start(test)[source]
stop(test)[source]
version = 7