summaryrefslogtreecommitdiff
path: root/util/streamline/m5stats2streamline.py
diff options
context:
space:
mode:
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
""")