ebpf

package
v0.19.11 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package ebpf provides eBPF-based tracing utilities for the Dagger engine.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Tracer

type Tracer interface {
	// Run starts the tracer and blocks until the context is cancelled.
	// It should be called in a goroutine.
	Run(ctx context.Context)

	// Close releases all resources held by the tracer.
	Close() error
}

Tracer is the common interface for all eBPF tracers.

Directories

Path Synopsis
Package filetracer provides an eBPF-based tracer for file operations performed by the dagger-engine process.
Package filetracer provides an eBPF-based tracer for file operations performed by the dagger-engine process.
internal
Package ovltracer provides an eBPF-based tracer for catching overlayfs "in-use" errors (EBUSY).
Package ovltracer provides an eBPF-based tracer for catching overlayfs "in-use" errors (EBUSY).

Jump to

Keyboard shortcuts

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