48 #ifndef __CPU_MINOR_TRACE_HH__
49 #define __CPU_MINOR_TRACE_HH__
55 #include "debug/MinorTrace.hh"
64 template <
class ...Args>
68 DPRINTF(MinorTrace, (std::string(
"MinorTrace: ") + fmt).c_str(), args...);
72 template <
class ...Args>
76 DPRINTFS(MinorTrace, &named, (std::string(
"MinorInst: ") + fmt).c_str(),
81 template <
class ...Args>
85 DPRINTFS(MinorTrace, &named, (std::string(
"MinorLine: ") + fmt).c_str(),