summaryrefslogtreecommitdiff
path: root/util/oprofile-top.py
diff options
context:
space:
mode:
authorNathan Binkert <binkertn@umich.edu>2005-06-05 11:02:38 -0400
committerNathan Binkert <binkertn@umich.edu>2005-06-05 11:02:38 -0400
commit6ff9439afe0ff3e092723dc44c7fc87a6cde4824 (patch)
tree6d33fb9bc0688ff60a62b774a0a16cc8510aaa22 /util/oprofile-top.py
parentce40e89b60fc352ad171fa2bf30cfc7f3eace052 (diff)
downloadgem5-6ff9439afe0ff3e092723dc44c7fc87a6cde4824.tar.xz
Cleanup copyright stuff. Add our copyright files that
are ours arch/alpha/alpha_linux_process.hh: arch/alpha/alpha_tru64_process.hh: base/loader/object_file.cc: base/loader/object_file.hh: sim/process.cc: sim/process.hh: remove $Id$ string cpu/ozone/cpu.cc: cpu/ozone/cpu_impl.hh: cpu/ozone/ea_list.cc: cpu/ozone/ea_list.hh: kern/linux/sched.hh: kern/linux/thread_info.hh: Add M5 Copyright cpu/trace/opt_cpu.cc: dev/rtcreg.h: nit kern/linux/aligned.hh: kern/linux/hwrpb.hh: util/oprofile-top.py: util/stats/db.py: util/stats/dbinit.py: util/stats/display.py: util/stats/info.py: util/stats/print.py: util/stats/stats.py: Cleanup copyright --HG-- extra : convert_revision : 4274e9121ef7543e0b3999b31e935edb19c54d46
Diffstat (limited to 'util/oprofile-top.py')
-rwxr-xr-xutil/oprofile-top.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/oprofile-top.py b/util/oprofile-top.py
index eed5449c3..c6e35344c 100755
--- a/util/oprofile-top.py
+++ b/util/oprofile-top.py
@@ -26,6 +26,8 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# Parse sampled function profile output (quick hack).
+
import sys
import re
import getopt