macro_rules! syscall_number_to_trace_name_callback {
{$number:ident; $($name:ident,)*} => { ... };
}Expand description
Evaluates to a str literal for the given syscall number when called back by for_each_syscall.
macro_rules! syscall_number_to_trace_name_callback {
{$number:ident; $($name:ident,)*} => { ... };
}Evaluates to a str literal for the given syscall number when called back by for_each_syscall.