summaryrefslogtreecommitdiff
path: root/util/streamline/m5stats2streamline.py
diff options
context:
space:
mode:
authorBobby R. Bruce <bbruce@ucdavis.edu>2020-01-16 23:48:12 -0800
committerJason Lowe-Power <jason@lowepower.com>2020-01-29 16:17:32 +0000
commit994c72948e32a6ee1052c1c2948b2a230b031ec8 (patch)
treede0b9789f802a9a6e3944726337cec1d927be2ca /util/streamline/m5stats2streamline.py
parente1219b26f446d12cb3eca59af37fb9a5fa74f299 (diff)
downloadgem5-994c72948e32a6ee1052c1c2948b2a230b031ec8.tar.xz
misc: Updated old gem5 website URLs with new gem5 website URLs
Jira: https://gem5.atlassian.net/browse/GEM5-272 Change-Id: Ieadb6dd7a44dde4b0be647c91896551822b06a57 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/24503 Reviewed-by: Jason Lowe-Power <jason@lowepower.com> Maintainer: Jason Lowe-Power <jason@lowepower.com> Tested-by: kokoro <noreply+kokoro@google.com>
Diffstat (limited to 'util/streamline/m5stats2streamline.py')
-rwxr-xr-xutil/streamline/m5stats2streamline.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/util/streamline/m5stats2streamline.py b/util/streamline/m5stats2streamline.py
index 98aa1a861..eef3f8053 100755
--- a/util/streamline/m5stats2streamline.py
+++ b/util/streamline/m5stats2streamline.py
@@ -41,7 +41,6 @@
# This script converts gem5 output to ARM DS-5 Streamline .apc project file
# (Requires the gem5 runs to be run with ContextSwitchStatsDump enabled and
# some patches applied to target Linux kernel.)
-# Visit http://www.gem5.org/Streamline for more details.
#
# Usage:
# m5stats2streamline.py <stat_config.ini> <gem5 run folder> <dest .apc folder>
@@ -76,8 +75,6 @@ parser = argparse.ArgumentParser(
(NOTE: Requires gem5 runs to be run with ContextSwitchStatsDump
enabled and some patches applied to the target Linux kernel.)
- Visit http://www.gem5.org/Streamline for more details.
-
APC project generation based on Gator v17 (DS-5 v5.17)
Subsequent versions should be backward compatible
""")