util: Streamline .apc project convertsion script
authorDam Sunwoo <dam.sunwoo@arm.com>
Thu, 17 Oct 2013 15:20:45 +0000 (10:20 -0500)
committerDam Sunwoo <dam.sunwoo@arm.com>
Thu, 17 Oct 2013 15:20:45 +0000 (10:20 -0500)
commit1e2a455a2382065d6ada6d08e465ce6126ebbdcf
tree3bddbd8a64c6bc4aa6fcc33797369c729df84390
parentbfdd031c0de3963c111488279905f0772f9f5319
util: Streamline .apc project convertsion script

This Python script generates an ARM DS-5 Streamline .apc project based
on gem5 run. To successfully convert, the gem5 runs needs to be run
with the context-switch-based stats dump option enabled (The guest
kernel also needs to be patched to allow gem5 interrogate its task
information.) See help for more information.
configs/common/Options.py
configs/example/fs.py
util/streamline/atomic_stat_config.ini [new file with mode: 0644]
util/streamline/m5stats2streamline.py [new file with mode: 0755]
util/streamline/o3_stat_config.ini [new file with mode: 0644]