mem: Consistently use ISO prefixes
[gem5.git] / src / mem / comm_monitor.cc
2020-11-16 Bobby R. Brucemisc: Merge branch hotfix v20.1.0.2 branch into develop
2020-10-30 Gabe Blackmisc: Delete the now unnecessary create methods.
2020-10-14 Gabe Blackmisc: Standardize the way create() constructs SimObjects.
2020-09-10 Shivani Parekhmisc: Replaced master/slave terminology
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 Blackmem: Delete authors lists from mem files.
2019-08-29 Andreas Sandbergmem: Convert CommMonitor to the new stat framework
2019-07-13 Chun-Chen TK Hsumem: Check response only when needed in CommMonitor
2019-04-28 Gabe Blackmem: Minimize the use of MemObject.
2019-03-19 Gabe Blackarch, cpu, dev, gpu, mem, sim, python: start using...
2019-01-22 Sascha Bischoffmem: Add tryTiming suppport to CommMonitor
2017-06-20 Sean Wilsonmem: Replace EventWrapper use with EventFunctionWrapper
2017-03-09 Pierre-Yves Péneaumisc: add missing copyright/author information in previ...
2017-02-15 Pierre-Yves Péneaumem, stats: fix typos in CommMonitor and Stats
2017-02-15 Pierre-Yves Péneaumem, misc: fix building issue with CommMonitor (unused...
2017-01-27 Rahul Thakurmem: Refactor CommMonitor stats, add basic atomic mode...
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-06-06 Stephan Diestelhorstsim: Call regStats of base-class as well
2015-12-31 Andreas Hanssonmem: Make cache terminology easier to understand
2015-10-14 Andreas Hanssonmem: Pass snoop retries through the CommMonitor
2015-09-25 Andreas Hanssonmem: Add PacketInfo to be used for packet probe points
2015-08-04 Andreas Sandbergmem: Move trace functionality from the CommMonitor...
2015-08-04 Andreas Sandbergmem: Redesign the stack distance calculator as a probe
2015-08-04 Andreas Sandbergmem: Add probe support to the CommMonitor
2015-07-06 Andreas Sandbergmem: Cleanup CommMonitor in preparation for probe support
2015-03-19 Geoffrey Blakemem: Enable CommMonitor to output traces in atomic...
2015-03-02 Andreas Hanssonmem: Split port retry for all different packet classes
2014-12-23 Kanishk Sugandmem: Add stack distance statistics to the CommMonitor
2014-09-27 Andreas Hanssonmisc: Fix a bunch of minor issues identified by static...
2014-09-01 Nilay Vaishmem: change the namespace Message to ProtoMessage
2014-05-09 Sascha Bischoffmem: Auto-generate CommMonitor trace file names
2014-03-23 Sascha Bischoffmem: CommMonitor trace warn on non-timing mode
2014-02-18 Andreas Hanssonmem: Fix input to DPRINTF in CommMonitor
2013-07-18 Andreas Hanssonmem: Set the cache line size on a system level
2013-06-27 Andreas Hanssonmem: Fix CommMonitor style and response check
2013-03-26 Andreas Hanssonmem: Add optional request flags to the packet trace
2013-02-19 Andreas Hanssonmem: Add predecessor to SenderState base class
2013-02-19 Andreas Hanssonmem: Ensure trace captures packet fields before forwarding
2013-01-07 Andreas Hanssonmem: Add tracing support in the communication monitor
2012-11-16 Nilay Vaishsim: have a curTick per eventq
2012-10-15 Andreas HanssonPort: Add protocol-agnostic ports in the port hierarchy
2012-07-09 Andreas HanssonPort: Make getAddrRanges const
2012-07-09 Andreas HanssonPort: Add getAddrRanges to master port (asking slave...
2012-07-09 Andreas HanssonPort: Add isSnooping to slave port (asking master port)
2012-05-09 Andreas HanssonMEM: Add the communication monitor