Modules§
Macros§
- for_
each_ arch_ syscall - Helper for for_each_syscall! that adds any architecture-specific syscalls.
- for_
each_ syscall - Intended to be used with other macros to produce code that needs to handle each syscall.
- syscall_
number_ to_ name_ literal_ callback - Evaluates to a string literal for the given syscall number when called back by for_each_syscall.
- syscall_
number_ to_ trace_ name_ callback - Evaluates to a str literal for the given syscall number when called back by for_each_syscall.