These methods relate to the selective debugging trace facility.
More...
These methods relate to the selective debugging trace facility.
◆ DPRINTF_UNCONDITIONAL
#define DPRINTF_UNCONDITIONAL |
( |
|
x, |
|
|
|
... |
|
) |
| |
Value:
do { \
} \
} while (0), \
"Use DPRINTFN or DPRINTF with a debug flag instead.")
Definition at line 252 of file trace.hh.
◆ DTRACE
Value:
"Replace DTRACE(x) with debug::x.")
Definition at line 171 of file debug.hh.
void dprintf_flag(Tick when, const std::string &name, const std::string &flag, const char *fmt, const Args &...args)
Log a single message with a flag prefix.