Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-30 | base: remove Trace::enabled flag | Curtis Dunham | |
The DTRACE() macro tests both Trace::enabled and the specific flag. This change uses the same administrative interface for enabling/disabling tracing, but masks the SimpleFlags settings directly. This eliminates a load for every DTRACE() test, e.g. DPRINTF. | |||
2015-02-16 | cpu: add support for outputing a protobuf formatted CPU trace | Ali Saidi | |
Doesn't support x86 due to static instruction representation. --HG-- rename : src/cpu/CPUTracers.py => src/cpu/InstPBTrace.py |