Go to the documentation of this file.
35 #ifndef __MEM_RUBY_SYSTEM_CACHERECORDER_HH__
36 #define __MEM_RUBY_SYSTEM_CACHERECORDER_HH__
44 #include "mem/ruby/protocol/RubyRequestType.hh"
70 void print(std::ostream& out)
const;
80 uint64_t uncompressed_trace_size,
82 uint64_t block_size_bytes);
141 #endif //__MEM_RUBY_SYSTEM_CACHERECORDER_HH__
Class for recording cache contents.
uint64_t m_records_flushed
std::vector< Sequencer * > m_seq_map
std::ostream & operator<<(std::ostream &os, const BoolVec &myvector)
std::vector< TraceRecord * > m_records
uint64_t m_block_size_bytes
void enqueueNextFlushRequest()
Function for flushing the memory contents of the caches to the main memory.
CacheRecorder & operator=(const CacheRecorder &obj)
uint64_t aggregateRecords(uint8_t **data, uint64_t size)
void enqueueNextFetchRequest()
Function for fetching warming up the memory and the caches.
void print(std::ostream &out) const
uint8_t * m_uncompressed_trace
uint64_t Tick
Tick count type.
uint64_t getNumRecords() const
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
void addRecord(int cntrl, Addr data_addr, Addr pc_addr, RubyRequestType type, Tick time, DataBlock &data)
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
bool compareTraceRecords(const TraceRecord *n1, const TraceRecord *n2)
uint64_t m_uncompressed_trace_size
Generated on Sun Jul 30 2023 01:56:59 for gem5 by doxygen 1.8.17