Versions in this module Expand all Collapse all v1 v1.0.0 Nov 10, 2025 Changes in this version + type BTFConfig struct + AllowDownload bool + CacheDir string + HubMirror string + func (c BTFConfig) Validate() error + type DiffConfig struct + ChunkSizeMB int + ChunkThresholdBytes int64 + DedupScope string + EBPF EBPFConfig + EnableDiff bool + HashAlgo string + Library string + SnapshotInterval int + func DefaultConfig() *DiffConfig + func LoadFromEnv() *DiffConfig + func (c *DiffConfig) GetChunkSizeBytes() int + func (c *DiffConfig) ShouldChunk(fileSize int64) bool + func (c *DiffConfig) Validate() error + type EBPFConfig struct + AutoInject bool + BTF BTFConfig + CollectLifecycle bool + Enable bool + EnableProfiler bool + EventBufferSize int + FallbackFSNotify bool + HotPathThreshold float64 + InjectorCommand string + LifecycleBufSize int + LifecycleTracing bool + ProfilerAlpha float64 + ProfilerInterval time.Duration + ProgramPath string + func (c EBPFConfig) Validate() error