Searched refs:traceVirtAddr (Results 1 - 3 of 3) sorted by relevance
/gem5/src/cpu/o3/probe/ | ||
H A D | ElasticTrace.py | 63 traceVirtAddr = Param.Bool(False, "Set to true if virtual addresses are " \ 64 "to be traced.") variable in class:ElasticTrace |
H A D | elastic_trace.hh | 374 const bool traceVirtAddr; member in class:ElasticTrace |
H A D | elastic_trace.cc | 61 traceVirtAddr(params->traceVirtAddr) 837 if (traceVirtAddr) { |
Completed in 14 milliseconds