Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildIDFile ¶
func (BuildIDFile) FullPath ¶
func (f BuildIDFile) FullPath() string
func (BuildIDFile) Root ¶
func (f BuildIDFile) Root() string
type Mapping ¶
type Mapping struct {
// contains filtered or unexported fields
}
func NewMapping ¶
func NewMapping(fileCache *PidMappingFileCache) *Mapping
func (*Mapping) AllMappings ¶
func (m *Mapping) AllMappings() ([]*profile.Mapping, map[string]BuildIDFile)
type PidMappingFileCache ¶
type PidMappingFileCache struct {
// contains filtered or unexported fields
}
func NewPidMappingFileCache ¶
func NewPidMappingFileCache(logger log.Logger) *PidMappingFileCache
func (*PidMappingFileCache) MappingForPid ¶
func (c *PidMappingFileCache) MappingForPid(pid uint32) ([]*profile.Mapping, error)
Click to show internal directories.
Click to hide internal directories.