Go to the documentation of this file.
50 #ifndef __CPU_MINOR_TRACE_HH__
51 #define __CPU_MINOR_TRACE_HH__
56 #include "debug/MinorTrace.hh"
62 #define MINORTRACE(...) \
63 DPRINTF(MinorTrace, "MinorTrace: " __VA_ARGS__)
66 #define MINORINST(sim_object, ...) \
67 DPRINTFS(MinorTrace, (sim_object), "MinorInst: " __VA_ARGS__)
70 #define MINORLINE(sim_object, ...) \
71 DPRINTFS(MinorTrace, (sim_object), "MinorLine: " __VA_ARGS__)
Generated on Fri Jun 9 2017 13:03:41 for gem5 by doxygen 1.8.6