Versions in this module Expand all Collapse all v0 v0.1.1 Jul 17, 2023 v0.1.0 Jul 5, 2023 Changes in this version + type Session interface — linux/amd64 + CollectProfiles func(f func(target *sd.Target, stack []string, value uint64, pid uint32)) error + DebugInfo func() interface{} + Start func() error + Stop func() + Update func(SessionOptions) error + func NewSession(logger log.Logger, targetFinder sd.TargetFinder, sessionOptions SessionOptions) (Session, error) + type SessionDebugInfo struct — linux/amd64 + ElfCache symtab.ElfCacheDebugInfo + PidCache symtab.GCacheDebugInfo[symtab.ProcTableDebugInfo] + type SessionOptions struct — linux/amd64 + CacheOptions symtab.CacheOptions + CollectKernel bool + CollectUser bool + SampleRate int