package
0.8.20
Repository: https://github.com/go-faster/tetragon.git
Documentation: pkg.go.dev

# Functions

GetSyscallArgs returns the arguments of a system call.
GetSyscallID returns the id of a syscall based on its name returns -1, if no system call was found.
GetSyscallName returns the name of a syscall based on its i d.

# Structs

SyscallArgInfo is the name and the type (as string) of a syscall argument.

# Type aliases

SyscallArgs is the arguments for a given syscall.