Versions in this module Expand all Collapse all v1 v1.0.1 Apr 30, 2024 Changes in this version + const DefaultLogMaximumSize + var CapabilityBitset = abi.FlagSet + var CloneFlagSet = abi.FlagSet + var CloseRangeFlagSet = abi.FlagSet + var EventMaximumSize uint + var FutexCmd = abi.ValueSet + var ItimerTypes = abi.ValueSet + var LogAppDataAllowed = true + var LogMaximumSize uint = DefaultLogMaximumSize + var MmapFlagSet = abi.FlagSet + var OpenFlagSet = abi.FlagSet + var OpenMode = abi.ValueSet + var PollEventSet = abi.FlagSet + var ProtectionFlagSet = abi.FlagSet + var PtraceRequestSet = abi.ValueSet + var SocketFamily = abi.ValueSet + var SocketFlagSet = abi.FlagSet + var SocketProtocol = map[int32]abi.ValueSet + var SocketType = abi.ValueSet + func Disable(sinks SinkType) + func Enable(allowlist []string, sinks SinkType) error + func EnableAll(sinks SinkType) + func Initialize() + type FormatSpecifier int + const CapData + const CapHeader + const CloneFlags + const CloseRangeFlags + const EpollCtlOp + const EpollEvent + const EpollEvents + const ExecveStringVector + const FD + const FutexOp + const GetSockOptVal + const Hex + const IOVec + const ItimerSpec + const ItimerType + const ItimerVal + const MmapFlags + const MmapProt + const Mode + const Oct + const OpenFlags + const Path + const PipeFDs + const PollFDs + const PostCapData + const PostItimerSpec + const PostItimerVal + const PostPath + const PostSigAction + const PostSigSet + const PostSockAddr + const PostTimespec + const PtraceRequest + const ReadBuffer + const ReadIOVec + const RecvMsgHdr + const Rusage + const SelectFDSet + const SendMsgHdr + const SetSockOptVal + const SigAction + const SigSet + const Signal + const SignalMaskAction + const SockAddr + const SockFamily + const SockFlags + const SockLen + const SockOptLevel + const SockOptName + const SockProtocol + const SockType + const Stat + const Timespec + const Timeval + const UTimeTimespec + const Uname + const Utimbuf + const WriteBuffer + const WriteIOVec + type SinkType uint32 + const SinkTypeEvent + const SinkTypeLog + type SyscallInfo struct + type SyscallMap map[uintptr]SyscallInfo + func Lookup(os abi.OS, a arch.Arch) (SyscallMap, bool) + func (s SyscallMap) ConvertToSysno(syscall string) (uintptr, bool) + func (s SyscallMap) ConvertToSysnoMap(syscalls []string) (map[uintptr]bool, error) + func (s SyscallMap) Name(sysno uintptr) string + func (s SyscallMap) SyscallEnter(t *kernel.Task, sysno uintptr, args arch.SyscallArguments, flags uint32) any + func (s SyscallMap) SyscallExit(context any, t *kernel.Task, sysno, rval uintptr, err error)