Versions in this module Expand all Collapse all v0 v0.1.5 Feb 10, 2021 v0.1.4 Feb 4, 2021 v0.1.3 Jan 29, 2021 v0.1.2 Nov 17, 2020 Changes in this version + func Calls(class, group string) []string + func Classes() []string + func Groups(class string) []string + type Syscall struct + Class string + Group string + Name string + Nr int + func Lookup(v interface{}) *Syscall + func (s *Syscall) String() string + type SyscallList []*Syscall + func GetByClass(class string) SyscallList + func (s SyscallList) GetByGroup(group string) SyscallList + type Syscalls struct + func New() (*Syscalls, error) + func (s *Syscalls) GetByClass(class string) SyscallList + func (s *Syscalls) Lookup(v interface{}) *Syscall