gem5  v20.1.0.0
Public Member Functions | Private Member Functions | Private Attributes | List of all members
CacheRecorder Class Reference

#include <CacheRecorder.hh>

Public Member Functions

 CacheRecorder ()
 
 ~CacheRecorder ()
 
 CacheRecorder (uint8_t *uncompressed_trace, uint64_t uncompressed_trace_size, std::vector< Sequencer * > &SequencerMap, uint64_t block_size_bytes)
 
void addRecord (int cntrl, Addr data_addr, Addr pc_addr, RubyRequestType type, Tick time, DataBlock &data)
 
uint64_t aggregateRecords (uint8_t **data, uint64_t size)
 
void enqueueNextFlushRequest ()
 Function for flushing the memory contents of the caches to the main memory. More...
 
void enqueueNextFetchRequest ()
 Function for fetching warming up the memory and the caches. More...
 

Private Member Functions

 CacheRecorder (const CacheRecorder &obj)
 
CacheRecorderoperator= (const CacheRecorder &obj)
 

Private Attributes

std::vector< TraceRecord * > m_records
 
uint8_t * m_uncompressed_trace
 
uint64_t m_uncompressed_trace_size
 
std::vector< Sequencer * > m_seq_map
 
uint64_t m_bytes_read
 
uint64_t m_records_read
 
uint64_t m_records_flushed
 
uint64_t m_block_size_bytes
 

Detailed Description

Definition at line 66 of file CacheRecorder.hh.

Constructor & Destructor Documentation

◆ CacheRecorder() [1/3]

CacheRecorder::CacheRecorder ( )

Definition at line 46 of file CacheRecorder.cc.

◆ ~CacheRecorder()

CacheRecorder::~CacheRecorder ( )

Definition at line 73 of file CacheRecorder.cc.

References m_seq_map, and m_uncompressed_trace.

◆ CacheRecorder() [2/3]

CacheRecorder::CacheRecorder ( uint8_t *  uncompressed_trace,
uint64_t  uncompressed_trace_size,
std::vector< Sequencer * > &  SequencerMap,
uint64_t  block_size_bytes 
)

◆ CacheRecorder() [3/3]

CacheRecorder::CacheRecorder ( const CacheRecorder obj)
private

Member Function Documentation

◆ addRecord()

void CacheRecorder::addRecord ( int  cntrl,
Addr  data_addr,
Addr  pc_addr,
RubyRequestType  type,
Tick  time,
DataBlock data 
)

◆ aggregateRecords()

uint64_t CacheRecorder::aggregateRecords ( uint8_t **  data,
uint64_t  size 
)

Definition at line 171 of file CacheRecorder.cc.

References compareTraceRecords(), fatal, ArmISA::i, m_block_size_bytes, and m_records.

Referenced by RubySystem::serialize().

◆ enqueueNextFetchRequest()

void CacheRecorder::enqueueNextFetchRequest ( )

Function for fetching warming up the memory and the caches.

It goes through the recorded contents of the caches, as available in the checkpoint and issues fetch requests. Except for the first one, a fetch request is issued only after the previous one has completed. It should be possible to use this with any protocol.

Definition at line 105 of file CacheRecorder.cc.

References Packet::dataStatic(), DPRINTF, Request::funcRequestorId, RubySystem::getBlockSizeBytes(), Request::INST_FETCH, m_block_size_bytes, m_bytes_read, TraceRecord::m_cntrl_id, TraceRecord::m_data, TraceRecord::m_data_address, m_records_read, m_seq_map, TraceRecord::m_type, m_uncompressed_trace, m_uncompressed_trace_size, Sequencer::makeRequest(), MemCmd::ReadReq, and MemCmd::WriteReq.

Referenced by RubySystem::processRubyEvent().

◆ enqueueNextFlushRequest()

void CacheRecorder::enqueueNextFlushRequest ( )

Function for flushing the memory contents of the caches to the main memory.

It goes through the recorded contents of the caches, and issues flush requests. Except for the first one, a flush request is issued only after the previous one has completed. This currently requires use of MOESI Hammer protocol since only that protocol supports flush requests.

Definition at line 83 of file CacheRecorder.cc.

References DPRINTF, MemCmd::FlushReq, Request::funcRequestorId, m_block_size_bytes, TraceRecord::m_cntrl_id, TraceRecord::m_data_address, m_records, m_records_flushed, m_seq_map, and Sequencer::makeRequest().

Referenced by RubySystem::processRubyEvent().

◆ operator=()

CacheRecorder& CacheRecorder::operator= ( const CacheRecorder obj)
private

Member Data Documentation

◆ m_block_size_bytes

uint64_t CacheRecorder::m_block_size_bytes
private

◆ m_bytes_read

uint64_t CacheRecorder::m_bytes_read
private

Definition at line 109 of file CacheRecorder.hh.

Referenced by enqueueNextFetchRequest().

◆ m_records

std::vector<TraceRecord*> CacheRecorder::m_records
private

Definition at line 105 of file CacheRecorder.hh.

Referenced by addRecord(), aggregateRecords(), and enqueueNextFlushRequest().

◆ m_records_flushed

uint64_t CacheRecorder::m_records_flushed
private

Definition at line 111 of file CacheRecorder.hh.

Referenced by enqueueNextFlushRequest().

◆ m_records_read

uint64_t CacheRecorder::m_records_read
private

Definition at line 110 of file CacheRecorder.hh.

Referenced by enqueueNextFetchRequest().

◆ m_seq_map

std::vector<Sequencer*> CacheRecorder::m_seq_map
private

◆ m_uncompressed_trace

uint8_t* CacheRecorder::m_uncompressed_trace
private

Definition at line 106 of file CacheRecorder.hh.

Referenced by CacheRecorder(), enqueueNextFetchRequest(), and ~CacheRecorder().

◆ m_uncompressed_trace_size

uint64_t CacheRecorder::m_uncompressed_trace_size
private

Definition at line 107 of file CacheRecorder.hh.

Referenced by enqueueNextFetchRequest().


The documentation for this class was generated from the following files:

Generated on Wed Sep 30 2020 14:02:22 for gem5 by doxygen 1.8.17