Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSyscallName ¶
GetSyscallName returns the name of a syscall based on its i d
Types ¶
type SyscallArgInfo ¶
SyscallArgInfo is the name and the type (as string) of a syscall argument
type SyscallArgs ¶
type SyscallArgs []SyscallArgInfo
SyscallArgs is the arguments for a given syscall
func GetSyscallArgs ¶
func GetSyscallArgs(name string) (SyscallArgs, bool)
GetSyscallArgs returns the arguments of a system call
func (SyscallArgs) Proto ¶
func (sai SyscallArgs) Proto(name string) string
Proto returns a string representing a prototype for the system call
Click to show internal directories.
Click to hide internal directories.