Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNormalizer ¶
func NewNormalizer(logger log.Logger, objCache ObjectFileCache) *normalizer
NewNormalizer creates a new AddressNormalizer.
Types ¶
type ObjectFileCache ¶
type ObjectFileCache interface {
ObjectFileForProcess(pid int, m *profile.Mapping) (*objectfile.MappedObjectFile, error)
}
Click to show internal directories.
Click to hide internal directories.