macro_rules! ltrace_entry {
($($arg:tt)*) => { ... };
}Expand description
Prints function entry (TRACE_ENTRY) if LOCAL_TRACE >= 1.
Equivalent to C++ LTRACE_ENTRY.
macro_rules! ltrace_entry {
($($arg:tt)*) => { ... };
}Prints function entry (TRACE_ENTRY) if LOCAL_TRACE >= 1.
Equivalent to C++ LTRACE_ENTRY.