Go to the documentation of this file.
48 #ifndef __CPU_MINOR_TRACE_HH__
49 #define __CPU_MINOR_TRACE_HH__
54 #include "debug/MinorTrace.hh"
60 #define MINORTRACE(...) \
61 DPRINTF(MinorTrace, "MinorTrace: " __VA_ARGS__)
64 #define MINORINST(sim_object, ...) \
65 DPRINTFS(MinorTrace, (sim_object), "MinorInst: " __VA_ARGS__)
68 #define MINORLINE(sim_object, ...) \
69 DPRINTFS(MinorTrace, (sim_object), "MinorLine: " __VA_ARGS__)
Generated on Wed Sep 30 2020 14:02:08 for gem5 by doxygen 1.8.17