gem5
v20.1.0.0
|
Go to the source code of this file.
Namespaces | |
Minor | |
Macros | |
#define | MINORTRACE(...) DPRINTF(MinorTrace, "MinorTrace: " __VA_ARGS__) |
DPRINTFN for MinorTrace reporting. More... | |
#define | MINORINST(sim_object, ...) DPRINTFS(MinorTrace, (sim_object), "MinorInst: " __VA_ARGS__) |
DPRINTFN for MinorTrace MinorInst line reporting. More... | |
#define | MINORLINE(sim_object, ...) DPRINTFS(MinorTrace, (sim_object), "MinorLine: " __VA_ARGS__) |
DPRINTFN for MinorTrace MinorLine line reporting. More... | |
This file contains miscellaneous classes and functions for formatting general trace information and also MinorTrace information.
MinorTrace is this model's cycle-by-cycle trace information for use by minorview.
Definition in file trace.hh.
#define MINORINST | ( | sim_object, | |
... | |||
) | DPRINTFS(MinorTrace, (sim_object), "MinorInst: " __VA_ARGS__) |
#define MINORLINE | ( | sim_object, | |
... | |||
) | DPRINTFS(MinorTrace, (sim_object), "MinorLine: " __VA_ARGS__) |