systemc: Add a bunch of missing overrides to the systemc headers.
[gem5.git] / src / base / stats /
2019-09-26 Andreas Sandbergstats: Add a preDumpStats() callback to Stats::Group
2019-09-26 Andreas Sandbergstats: Correctly print new-style dist stat names
2019-09-10 Tommaso Marinellistats: Add M5_VAR_USED to variable
2019-09-10 Andreas Sandbergstats: Fix incorrect name conflict panic with grouped...
2019-09-02 Andreas Sandbergstats: Create HDF5 stat files relative to simout
2019-09-02 Doğukan Korkmaztürkstats: Catch exceptions by const reference
2019-08-29 Andreas Sandbergstats: Add beta support for HDF5 stat dumps
2019-08-29 Andreas Sandbergstats: Add support for hierarchical stats
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-07-21 David Guillen Fandosbase: Add total() to Vector2D stat
2015-11-27 Andreas Sandbergbase: Add support for changing output directories
2014-09-20 Andreas Hanssonbase: Clean up redundant string functions and use C++11
2014-09-19 Andreas Hanssonstats: Fix flow-control bug in Vector2D printing
2014-01-10 Nilay Vaishstats: add function for adding two histograms
2013-08-20 Andreas Hanssonbase: Fix VectorPrint initialisation
2013-08-19 Sascha Bischoffstats: Fix issue when printing 2D vectors
2013-06-27 Sascha Bischoffstats: Remove printing of SparseHist total
2013-06-09 Nilay Vaishstats: allow printing vectors on a single line
2013-02-19 Andreas Hanssonscons: Add warning for missing declarations
2013-01-07 Andreas Hanssonscons: Enforce gcc >= 4.4 or clang >= 2.9 and c++0x...
2012-05-09 Nathan Binkertstats: use nan instead of no_value
2012-04-14 Andreas Hanssonclang/gcc: Fix compilation issues with clang 3.0 and...
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-10 Dam Sunwoostats: fix Vector2d to display stats correctly when...
2012-01-10 Prakash Ramrakhyanisim: Enable sampling of run-time for code-sections...
2012-01-07 Gabe BlackMerge with the main repository again.
2011-12-01 Chris EmmonsOutput: Add hierarchical output support and cleanup...
2011-08-19 Thomas GrassStats: Add a sparse histogram stat object.
2011-06-07 Gabe Blackgcc 4.0: Add some virtual destructors to make gcc 4...
2011-05-12 Nathan Binkertstats: delete mysql support
2011-05-12 Nathan Binkertstats: move code that loops over all stats into python
2011-04-25 Nilay Vaishbase: include types.hh in base/stats/mysql.hh
2011-04-20 Brad Danofskystats: add user settable separator string for arrayed...
2011-04-15 Nathan Binkertincludes: fix up code after sorting
2011-04-15 Nathan Binkertincludes: sort all includes
2011-01-10 Nathan Binkertstats: Add a histogram statistic type
2011-01-10 Gabe BlackCurtick: Fix mysql.cc build needing curTick.
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2011-01-03 Steve ReinhardtMake commenting on close namespace brackets consistent.
2010-07-22 Nathan Binkertstats: unify the two stats distribution type better
2010-07-21 Nathan Binkertstats: cleanup a few small problems in stats
2010-06-15 Nathan Binkertstats: rename print to display in the mysql code too...
2010-06-15 Nathan Binkertstats: rename print to display so it work in python
2010-06-15 Nathan Binkertstats: get rid of the never-really-used event stuff
2010-06-03 Lisa HsuStats: fix dist stat and enable VectorDistStat
2010-05-06 Gabe BlackMerge.
2010-05-06 Nathan Binkertcompile: don't #include unnecessary stuff
2010-01-25 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2010-01-23 Nathan Binkertbuild: need to include cstdio
2009-05-17 Nathan Binkertincludes: sort includes again
2009-05-17 Nathan Binkerttypes: Move stuff for global types into src/base/types.hh
2009-05-13 Nathan Binkertstats: fancy is a bad name
2009-05-13 Nathan Binkertstats: clean up the code for printing stats
2009-05-11 Korey SewellMerge Ruby Stuff
2009-05-11 Nathan Binkertstats: remove a few compat leftovers
2009-05-11 Nathan Binkertstats: forgot an include for the mysql stuff
2009-05-11 Nathan Binkertscons: add include guards to info.hh
2009-04-22 Nathan Binkertstats: Move flags into info.hh and use base/flags.hh...
2009-04-22 Nathan Binkertstats: Shuffle around info stuff so it can be accessed...
2009-04-22 Nathan Binkertstats: Rename the info classes to hopefully make things...
2009-04-22 Nathan Binkertstats: remove simplescalar compatibility for printing
2009-04-22 Nathan Binkertstats: fix initialization bug in distribution text...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-03-07 Nathan Binkertstats: cleanup text output stuff and fix mysql output
2009-03-06 Nathan Binkertstats: create an enable phase, and a prepare phase.
2009-03-06 Nathan Binkertstats: stick the distribution's fancy parameter into...
2009-02-23 Nathan Binkertstats: reorganize how parameters are stored and accessed.
2009-02-23 Nathan Binkertstats: move the limits stuff into the types.hh file
2009-02-23 Nathan Binkertstats: get rid of the convoluted 'database' code.
2009-02-23 Nathan Binkertstats: Try to make the names of things more intuitive.
2009-02-23 Nathan Binkertstats: fix text printout for distributions
2008-10-09 Nathan Binkertstats: use properly signed types for looping and comparison
2008-10-09 Nathan Binkertstyle: Bring statistics code in line with the proper...
2008-10-02 Ali SaidiOutput: Verify output files are open after opening...
2008-09-28 Nathan Binkertgcc: Add extra parens to quell warnings.
2008-09-10 Ali Saidistyle: Remove non-leading tabs everywhere they shouldn...
2007-04-03 Ali SaidiMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2007-03-23 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-03-15 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-13 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-12 Ron DreslinskiMerge zizzer:/bk/newmem
2007-03-12 Ali SaidiGet rid of those pesky valgrind warnings, Conditional...
2007-03-06 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-05 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-04 Ali SaidiMerge zizzer:/bk/newmem
2007-03-03 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-03 Nathan BinkertDo the default argument stuff in python
2007-02-21 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-02-21 Nathan BinkertFix majory brokenness in my previous MySQL commit,...
2007-02-21 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-02-19 Ali SaidiMerge zizzer:/bk/newmem
2007-02-18 Nathan BinkertGet rid of the Statistics and Statreset ParamContexts...
2007-02-18 Nathan BinkertRemove the event_ignore stuff since it was never really...
2007-02-01 Lisa HsuMerge zizzer:/bk/newmem
2007-01-27 Gabe BlackMerge zizzer:/bk/newmem
2007-01-26 Ali SaidiMerge zizzer:/bk/newmem
2007-01-26 Ali SaidiMerge zizzer:/bk/newmem
2007-01-26 Ali SaidiMerge zeep.pool:/z/saidi/work/m5.newmem
2007-01-26 Ali Saidimake our code a little more standards compliant
next