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

/gem5/src/cpu/o3/probe/
H A Delastic_trace.cc325 // Add record to depTrace with commit parameter as false.
339 // Add the instruction to the depTrace.
383 // Add record to depTrace with commit parameter as true.
427 // empty. Since there are no records in the depTrace at this point, the
431 if (depTrace.empty()) {
432 // Store the record in depTrace.
433 depTrace.push_back(new_record);
499 // Store the record in depTrace.
500 depTrace.push_back(new_record);
505 // forward direction, the depTrace mus
[all...]
H A Delastic_trace.hh334 std::vector<TraceInfo*> depTrace; member in class:ElasticTrace
380 * Add a record to the dependency trace depTrace which is a sequential
427 * record in depTrace and iterating through the trace in sequence. A

Completed in 8 milliseconds