48 #ifndef __CPU_MINOR_TRACE_HH__
49 #define __CPU_MINOR_TRACE_HH__
55 #include "debug/MinorTrace.hh"
65 template <
class ...Args>
69 DPRINTF(MinorTrace, (std::string(
"MinorTrace: ") + fmt).c_str(), args...);
73 template <
class ...Args>
77 DPRINTFS(MinorTrace, &named, (std::string(
"MinorInst: ") + fmt).c_str(),
82 template <
class ...Args>
86 DPRINTFS(MinorTrace, &named, (std::string(
"MinorLine: ") + fmt).c_str(),