macro_rules! fs_trace {
($tag:expr, $name:expr, $($arg:expr),+) => { ... };
}Expand description
Internal utility wrapper for cros_tracing::trace_event!() macro with VirtioFS calls.
macro_rules! fs_trace {
($tag:expr, $name:expr, $($arg:expr),+) => { ... };
}Internal utility wrapper for cros_tracing::trace_event!() macro with VirtioFS calls.