macro_rules! ktrace {
($kind:expr, $($arg:tt)+) => { ... };
}Expand description
Compile-time gated kernel trace. Expands to a no-op call without
the kernel-trace feature; the optimizer removes it entirely.
macro_rules! ktrace {
($kind:expr, $($arg:tt)+) => { ... };
}Compile-time gated kernel trace. Expands to a no-op call without
the kernel-trace feature; the optimizer removes it entirely.