Searched defs:timestamp (Results 1 - 10 of 10) sorted by relevance

/gem5/ext/drampower/src/
H A DCAHelpers.cc92 void CommandAnalysis::printWarningIfActive(const string& warning, int type, int64_t timestamp, unsigned bank) argument
99 void CommandAnalysis::printWarningIfNotActive(const string& warning, int type, int64_t timestamp, unsigned bank) argument
106 void CommandAnalysis::printWarningIfPoweredDown(const string& warning, int type, int64_t timestamp, unsigned bank) argument
113 void CommandAnalysis::printWarning(const string& warning, int type, int64_t timestamp, unsigned bank) argument
H A DMemCommand.cc48 MemCommand(MemCommand::cmds type, unsigned bank, int64_t timestamp) argument
H A DCommandAnalysis.cc92 void CommandAnalysis::clearStats(const int64_t timestamp) argument
170 getCommands(std::vector<MemCommand>& list, bool lastupdate, int64_t timestamp) argument
223 int64_t timestamp = cmd.getTimeInt64(); local
265 idle_act_update(int64_t latest_read_cycle, int64_t latest_write_cycle, int64_t latest_act_cycle, int64_t timestamp) argument
285 idle_pre_update(int64_t timestamp, int64_t latest_pre_cycle) argument
[all...]
H A DCmdHandlers.cc57 void CommandAnalysis::handleAct(unsigned bank, int64_t timestamp) argument
83 void CommandAnalysis::handleRd(unsigned bank, int64_t timestamp) argument
96 handleWr(unsigned bank, int64_t timestamp) argument
109 handleRef(unsigned bank, int64_t timestamp) argument
134 handleRefB(unsigned bank, int64_t timestamp) argument
152 handlePre(unsigned bank, int64_t timestamp) argument
186 handlePreA(unsigned bank, int64_t timestamp) argument
226 handlePdnFAct(unsigned bank, int64_t timestamp) argument
247 handlePdnSAct(unsigned bank, int64_t timestamp) argument
268 handlePdnFPre(unsigned bank, int64_t timestamp) argument
282 handlePdnSPre(unsigned bank, int64_t timestamp) argument
296 handlePupAct(int64_t timestamp) argument
327 handlePupPre(int64_t timestamp) argument
353 handleSREn(unsigned bank, int64_t timestamp) argument
369 handleSREx(unsigned bank, int64_t timestamp) argument
570 handleNopEnd(int64_t timestamp) argument
[all...]
H A DMemCommand.h187 int64_t timestamp; member in class:Data::MemCommand
/gem5/ext/drampower/src/libdrampower/
H A DLibDRAMPower.cc68 void libDRAMPower::doCommand(MemCommand::cmds type, int bank, int64_t timestamp) argument
74 void libDRAMPower::updateCounters(bool lastUpdate, int64_t timestamp) argument
86 void libDRAMPower::calcWindowEnergy(int64_t timestamp) argument
100 void libDRAMPower::clearCounters(int64_t timestamp) argument
[all...]
/gem5/src/gpu-compute/
H A Dvector_register_file.cc195 exec(uint64_t dynamic_id, Wavefront *w, std::vector<uint32_t> &regVec, uint32_t operandSize, uint64_t timestamp) argument
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report.h166 sc_time* timestamp; member in class:sc_core::sc_report
/gem5/ext/testlib/
H A Dhelper.py459 def timestamp(): member in class:Timer
/gem5/ext/dnet/
H A Dtcp.h134 uint32_t timestamp[2]; /* TCP_OPT_TIMESTAMP */ member in union:tcp_opt::tcp_opt_data

Completed in 15 milliseconds