Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("not found")
Functions ¶
This section is empty.
Types ¶
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, []ProcessMapping)
type PIDMappingFileCache ¶ added in v0.6.0
type PIDMappingFileCache struct {
// contains filtered or unexported fields
}
func NewPIDMappingFileCache ¶ added in v0.6.0
func NewPIDMappingFileCache(logger log.Logger) *PIDMappingFileCache
func (*PIDMappingFileCache) MappingForPID ¶ added in v0.6.0
func (c *PIDMappingFileCache) MappingForPID(pid uint32) ([]*profile.Mapping, error)
type ProcessMapping ¶ added in v0.6.0
Click to show internal directories.
Click to hide internal directories.