macro_rules! ltrace_entry_obj {
($($arg:tt)*) => { ... };
}Expand description
Prints function entry with object pointer (TRACE_ENTRY_OBJ) if LOCAL_TRACE >= 1.
Equivalent to C++ LTRACE_ENTRY_OBJ.
macro_rules! ltrace_entry_obj {
($($arg:tt)*) => { ... };
}Prints function entry with object pointer (TRACE_ENTRY_OBJ) if LOCAL_TRACE >= 1.
Equivalent to C++ LTRACE_ENTRY_OBJ.