execvemap

package
v0.8.20 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 14, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExecveKey

type ExecveKey struct {
	Pid uint32
}

func (*ExecveKey) DeepCopyMapKey

func (k *ExecveKey) DeepCopyMapKey() bpf.MapKey

func (*ExecveKey) GetKeyPtr

func (k *ExecveKey) GetKeyPtr() unsafe.Pointer

func (*ExecveKey) NewValue

func (k *ExecveKey) NewValue() bpf.MapValue

func (*ExecveKey) String

func (k *ExecveKey) String() string

type ExecveValue

type ExecveValue struct {
	Process       processapi.MsgExecveKey    `align:"key"`
	Parent        processapi.MsgExecveKey    `align:"pkey"`
	Flags         uint32                     `align:"flags"`
	Nspid         uint32                     `align:"nspid"`
	Binary        uint32                     `align:"binary"`
	Pad           uint32                     `align:"pad"`
	CgrpIdTracker uint64                     `align:"cgrpid_tracker"`
	Namespaces    processapi.MsgNamespaces   `align:"ns"`
	Capabilities  processapi.MsgCapabilities `align:"caps"`
}

func (*ExecveValue) DeepCopyMapValue

func (v *ExecveValue) DeepCopyMapValue() bpf.MapValue

func (*ExecveValue) GetValuePtr

func (v *ExecveValue) GetValuePtr() unsafe.Pointer

func (*ExecveValue) String

func (v *ExecveValue) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL