stats: add --stats-root option to dump only under some SimObjects
[gem5.git] / src / python / m5 / stats / __init__.py
2020-07-01 Ciro Santillistats: add --stats-root option to dump only under some...
2020-06-26 Ciro Santillistats: add option to disable alignment spaces in stats...
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-17 Gabe Blackpython: Delete authors lists from the python directory.
2019-09-26 Andreas Sandbergstats: Add a preDumpStats() callback to Stats::Group
2019-09-26 Andreas Sandbergstats: Don't output index in vectors of length 1
2019-09-19 Gabe Blackpython: Don't try to bind a stat group to the NULL...
2019-09-10 Chun-Chen TK Hsustats: Ignore non-Group objects in stat hierarchy
2019-09-02 Andreas Sandbergstats: Add support for listing available formats
2019-08-29 Andreas Sandbergstats: Add beta support for HDF5 stat dumps
2019-08-29 Andreas Sandbergstats: Add support for partial stat dumps
2019-08-29 Andreas Sandbergstats: Add support for hierarchical stats
2019-02-22 Andreas Sandbergpython: Add fallbacks for packages that have been renamed
2019-02-13 Andreas Sandbergpython: Switch from using compare to key in list sort
2017-02-27 Andreas Sandbergpython: Add a generalized mechanism to configure stats
2017-01-27 Andreas Sandbergpython: Move native wrappers to the _m5 namespace
2017-01-03 Andreas Sandbergpython: Don't use Swig to cast stats
2016-12-19 Andreas Sandbergpython: Export periodicStatDump
2014-10-16 Andrew Bardsleyconfig: Add a --without-python option to build process
2014-02-11 Curtis Dunhamstats: better error message for uninitialized statistic
2012-06-05 Mitchell Hayengastats: Provide a mechanism to get a callback when stats...
2012-05-10 Ali Saidistats: track if the stats have been enabled and prevent...
2011-05-12 Nathan Binkertstats: delete mysql support
2011-05-12 Nathan Binkertstats: move code that loops over all stats into python
2011-05-12 Nathan Binkertstats: better expose statistics to python.