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

/gem5/src/cpu/o3/probe/
H A Delastic_trace.cc192 InstExecInfo* exec_info_ptr; local
195 exec_info_ptr = itr_exec_info->second;
197 exec_info_ptr = new InstExecInfo;
198 tempStore[dyn_inst->seqNum] = exec_info_ptr;
201 exec_info_ptr->executeTick = curTick();
222 InstExecInfo* exec_info_ptr = itr_exec_info->second; local
223 exec_info_ptr->toCommitTick = curTick();
238 InstExecInfo* exec_info_ptr = new InstExecInfo; local
239 tempStore[seq_num] = exec_info_ptr;
265 exec_info_ptr
320 InstExecInfo* exec_info_ptr = itr_exec_info->second; local
354 InstExecInfo* exec_info_ptr = itr_temp_store->second; local
393 addDepTraceRecord(const DynInstConstPtr& head_inst, InstExecInfo* exec_info_ptr, bool commit) argument
665 InstExecInfo* exec_info_ptr = itr_exec_info->second; local
[all...]
H A Delastic_trace.hh386 * @param exec_info_ptr Pointer to InstExecInfo for that instruction
390 InstExecInfo* exec_info_ptr, bool commit);

Completed in 7 milliseconds