Searched refs:InstExecInfo (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/o3/probe/
H A Delastic_trace.hh131 * Populate the execute timestamp field in an InstExecInfo object for an
139 * Populate the timestamp field in an InstExecInfo object for an
197 * @defgroup InstExecInfo Struct for storing information before an
200 struct InstExecInfo struct in class:ElasticTrace
203 * @ingroup InstExecInfo
221 InstExecInfo() function in struct:ElasticTrace::InstExecInfo
228 * Temporary store of InstExecInfo objects. Later on when an instruction
234 std::unordered_map<InstSeqNum, InstExecInfo*> tempStore;
386 * @param exec_info_ptr Pointer to InstExecInfo for that instruction
390 InstExecInfo* exec_info_pt
[all...]
H A Delastic_trace.cc192 InstExecInfo* exec_info_ptr;
197 exec_info_ptr = new InstExecInfo;
222 InstExecInfo* exec_info_ptr = itr_exec_info->second;
238 InstExecInfo* exec_info_ptr = new InstExecInfo;
320 InstExecInfo* exec_info_ptr = itr_exec_info->second;
354 InstExecInfo* exec_info_ptr = itr_temp_store->second;
394 InstExecInfo* exec_info_ptr, bool commit)
665 InstExecInfo* exec_info_ptr = itr_exec_info->second;

Completed in 8 milliseconds