cpu: Support virtual addr in elastic traces
Review Request #3090 - Created Sept. 3, 2015 and submitted
| Information | |
|---|---|
| Curtis Dunham | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
This patch adds support to optionally capture the virtual address and asid
for load/store instructions in the elastic traces. If they are present in
the traces, Trace CPU will set those fields of the request during replay.This patch adds to the "Elastic Traces" patch series of RB3026-3031,3089.
Posted (Dec. 1, 2015, 9:58 a.m.)
-
src/cpu/o3/probe/elastic_trace.hh (Diff revision 1) -
Do we really need this? I would rather always trace the virtual address as well. I don't think there are any code correctness or clarity or performance gains to be made from this check.
Ship It!
