Skip to main content

ktrace

Macro ktrace 

Source
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.