History log of /gem5/util/checkpoint_aggregator.py
Revision Date Author Comments
# 9991:51e683db5ab1 03-Dec-2013 Nilay Vaish <nilay@cs.wisc.edu>

util: update checkpoint aggregation script
The checkpoint aggregation script had become outdated due to numerous changes
to checkpoints over the past couple of years. This updates the script. It
now supports aggregation for x86 architecture instead of alpha. Also a couple
of new options have been added that specify the size of the memory file to be
created and whether or not the memory file should be compressed.


# 8166:c40d598146ec 20-Mar-2011 Lisa Hsu <Lisa.Hsu@amd.com>

util: update aggregator to handle x86 checkpoints.
Also, make update to understand some of the newer serialized variables


# 7443:cbedf338fc44 03-Jun-2010 Lisa Hsu <Lisa.Hsu@amd.com>

utils: checkpoint aggregator: some physmem files are too big to read at once,
break it up into reading one page at a time. Also, avoid redoing a aggregating a checkpoint that's
already done.