Documentation
¶
Overview ¶
Package filetracer provides an eBPF-based tracer for file operations performed by the dagger-engine process.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Event ¶
type Event struct {
TimestampNs uint64
DurationNs uint64
Stack [maxStackDepth]uint64
Error int32
Tgid uint32
Op uint32
Flags uint32
StackSize uint32
Comm [16]byte
Path [maxPathLen]byte
Path2 [maxPathLen]byte
}
Event represents a file operation event captured by the BPF program.
Click to show internal directories.
Click to hide internal directories.