tracer

package
v0.28.0 Latest Latest
Warning

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

Go to latest
Published: May 6, 2024 License: Apache-2.0 Imports: 19 Imported by: 1

Documentation

Index

Constants

View Source
const (
	ParamFullPath = "full-path"
	ParamPrefixes = "prefixes"
)
View Source
const (
	// Keep in sync with opensnoop.h.
	NAME_MAX = 255
	// Keep in sync with opensnoop.bpf.c.
	CHAR_BIT = 8
)

Variables

This section is empty.

Functions

func DecodeFlags added in v0.18.0

func DecodeFlags(flags int32) []string

Types

type Config

type Config struct {
	MountnsMap *ebpf.Map
	FullPath   bool
	Prefixes   []string
}

type GadgetDesc added in v0.14.0

type GadgetDesc struct{}

func (*GadgetDesc) Category added in v0.14.0

func (g *GadgetDesc) Category() string

func (*GadgetDesc) Description added in v0.14.0

func (g *GadgetDesc) Description() string

func (*GadgetDesc) EventPrototype added in v0.14.0

func (g *GadgetDesc) EventPrototype() any

func (*GadgetDesc) Name added in v0.14.0

func (g *GadgetDesc) Name() string

func (*GadgetDesc) NewInstance added in v0.14.0

func (g *GadgetDesc) NewInstance() (gadgets.Gadget, error)

func (*GadgetDesc) ParamDescs added in v0.14.0

func (g *GadgetDesc) ParamDescs() params.ParamDescs

func (*GadgetDesc) Parser added in v0.14.0

func (g *GadgetDesc) Parser() parser.Parser

func (*GadgetDesc) Type added in v0.14.0

func (g *GadgetDesc) Type() gadgets.GadgetType

type Tracer

type Tracer struct {
	// contains filtered or unexported fields
}

func NewTracer

func NewTracer(config *Config, enricher gadgets.DataEnricherByMntNs,
	eventCallback func(*types.Event),
) (*Tracer, error)

func (*Tracer) Run added in v0.15.0

func (t *Tracer) Run(gadgetCtx gadgets.GadgetContext) error

func (*Tracer) SetEventHandler added in v0.14.0

func (t *Tracer) SetEventHandler(handler any)

func (*Tracer) SetMountNsMap added in v0.14.0

func (t *Tracer) SetMountNsMap(mountnsMap *ebpf.Map)

func (*Tracer) Stop

func (t *Tracer) Stop()

Stop stops the tracer TODO: Remove after refactoring

Jump to

Keyboard shortcuts

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