Documentation ¶
Index ¶
- func FindPerfMapNStgid(pid int) int
- func FindPerfMapPath(pid int) string
- func HostPath(paths ...string) string
- func HostProcPath(paths ...string) string
- func HostProcRoot(pid int) string
- func IsPerfMap(path string) bool
- func IsVDSO(name string) bool
- func IsValidPerfMap(path string) bool
- func ProcPath(paths ...string) string
- func ProcRoot(pid int) string
- type File
- type Map
- type Stat
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindPerfMapNStgid ¶
func FindPerfMapPath ¶
func HostProcPath ¶
func HostProcRoot ¶
func IsValidPerfMap ¶
Types ¶
type Map ¶
type Map struct { Pathname string StartAddr uint64 EndAddr uint64 FileOffset uint DevMajor uint32 DevMinor uint32 Inode uint64 InMem bool }
func ParseProcMaps ¶
type Stat ¶
type Stat struct {
// contains filtered or unexported fields
}
func (*Stat) RefreshRoot ¶
Click to show internal directories.
Click to hide internal directories.