Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache interface {
ObjectFileForProcess(pid uint32, m *profile.Mapping) (*MappedObjectFile, error)
}
type MappedObjectFile ¶
type MappedObjectFile struct { *ObjectFile PID uint32 File string }
func (MappedObjectFile) Root ¶
func (f MappedObjectFile) Root() string
type ObjectFile ¶
Click to show internal directories.
Click to hide internal directories.