⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

trace

Macro trace 

Source
macro_rules! trace {
    ($event_type:expr, $data0:expr, $data1:expr) => { ... };
    ($event_type:expr, $data0:expr) => { ... };
    ($event_type:expr) => { ... };
}
Expand description

Convenience macro for recording trace events with zero overhead when disabled.