macro_rules! fs_trace {
    ($tag:expr, $name:expr, $($arg:expr),+) => { ... };
}
Expand description

Internal utility wrapper for cros_tracing::trace_event!() macro with VirtioFS calls.