Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // NotSupportProfilingExe mean which program are not support for profiling // Not Support JIT and Script language for now NotSupportProfilingExe = []string{ "java", "python", "node", "bash", "ruby", "ssh", } )
Functions ¶
func DefaultHostIPAddress ¶
func DefaultHostIPAddress() string
DefaultHostIPAddress IP address of machine
func HostIPAddressV4 ¶
HostIPAddressV4 found the IPV4 address from appoint net interface name
func HostIPAddressV6 ¶
HostIPAddressV6 found the IPV6 address from appoint net interface name
func KernelFileProfilingStat ¶
KernelFileProfilingStat is works for read the kernel and get is support for kernel symbol analyze
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.