SYMBOL INDEX (80 symbols across 20 files) FILE: agent/agent.go constant defaultAddr (line 33) | defaultAddr = "127.0.0.1:0" type Options (line 44) | type Options struct function Listen (line 77) | func Listen(opts Options) error { function listen (line 117) | func listen(l net.Listener) { function saveConfig (line 142) | func saveConfig(opts Options, port int) error { function gracefulShutdown (line 161) | func gracefulShutdown() { function Close (line 178) | func Close() { function formatBytes (line 192) | func formatBytes(val uint64) string { function handle (line 207) | func handle(conn io.ReadWriter, msg []byte) error { FILE: agent/agent_test.go function TestListen (line 12) | func TestListen(t *testing.T) { function TestAgentClose (line 20) | func TestAgentClose(t *testing.T) { function TestUseCustomConfigDir (line 35) | func TestUseCustomConfigDir(t *testing.T) { function TestAgentListenMultipleClose (line 46) | func TestAgentListenMultipleClose(t *testing.T) { function TestAgentListenReuseAddrAndPort (line 57) | func TestAgentListenReuseAddrAndPort(t *testing.T) { function TestFormatBytes (line 68) | func TestFormatBytes(t *testing.T) { FILE: agent/sockopt_reuseport.go function setReuseAddrAndPortSockopts (line 19) | func setReuseAddrAndPortSockopts(network, address string, c syscall.RawC... FILE: agent/sockopt_unsupported.go function setReuseAddrAndPortSockopts (line 12) | func setReuseAddrAndPortSockopts(network, address string, c syscall.RawC... FILE: examples/hello/main.go function main (line 14) | func main() { FILE: goprocess/goprocess.go type P (line 17) | type P struct function FindAll (line 27) | func FindAll() []P { type isGoFunc (line 37) | type isGoFunc function findAll (line 39) | func findAll(pss []*process.Process, isGo isGoFunc, concurrencyLimit int... function Find (line 97) | func Find(pid int) (P, bool, error) { function isGo (line 128) | func isGo(pr *process.Process) (path, version string, agent, ok bool, er... FILE: goprocess/goprocess_1.18.go function goVersion (line 12) | func goVersion(path string) (string, error) { FILE: goprocess/goprocess_lt1.18.go function goVersion (line 12) | func goVersion(path string) (string, error) { FILE: goprocess/goprocess_test.go function BenchmarkFindAll (line 15) | func BenchmarkFindAll(b *testing.B) { function TestFindAll (line 22) | func TestFindAll(t *testing.T) { function fakeIsGo (line 107) | func fakeIsGo(goPIDs []int) isGoFunc { function fakeProcessesWithPIDs (line 119) | func fakeProcessesWithPIDs(pids ...int) []*process.Process { FILE: internal/cmd/process.go function ProcessCommand (line 20) | func ProcessCommand() *cobra.Command { function ProcessInfo (line 34) | func ProcessInfo(args []string) error { function processInfo (line 56) | func processInfo(pid int, period time.Duration) { function cpuPercentWithinTime (line 101) | func cpuPercentWithinTime(p *process.Process, t time.Duration) (float64,... function elapsedTime (line 116) | func elapsedTime(p *process.Process) (string, error) { function fmtEtimeDuration (line 128) | func fmtEtimeDuration(d time.Duration) string { FILE: internal/cmd/process_test.go function Test_fmtEtimeDuration (line 12) | func Test_fmtEtimeDuration(t *testing.T) { FILE: internal/cmd/root.go function NewRoot (line 20) | func NewRoot() *cobra.Command { function processes (line 36) | func processes() { function shortenVersion (line 72) | func shortenVersion(v string) string { function pad (line 83) | func pad(s string, total int) string { function max (line 90) | func max(i, j int) int { FILE: internal/cmd/root_test.go function Test_shortenVersion (line 9) | func Test_shortenVersion(t *testing.T) { FILE: internal/cmd/shared.go function AgentCommands (line 29) | func AgentCommands() []*cobra.Command { type legacyCommand (line 119) | type legacyCommand struct function setGC (line 125) | func setGC(addr net.TCPAddr, params []string) error { function stackTrace (line 146) | func stackTrace(addr net.TCPAddr, _ []string) error { function gc (line 150) | func gc(addr net.TCPAddr, _ []string) error { function memStats (line 155) | func memStats(addr net.TCPAddr, _ []string) error { function version (line 159) | func version(addr net.TCPAddr, _ []string) error { function pprofHeap (line 163) | func pprofHeap(addr net.TCPAddr, _ []string) error { function pprofCPU (line 167) | func pprofCPU(addr net.TCPAddr, _ []string) error { function trace (line 172) | func trace(addr net.TCPAddr, _ []string) error { function pprof (line 202) | func pprof(addr net.TCPAddr, p byte, prefix string) error { function stats (line 252) | func stats(addr net.TCPAddr, _ []string) error { function cmdWithPrint (line 256) | func cmdWithPrint(addr net.TCPAddr, c byte, params ...byte) error { function targetToAddr (line 267) | func targetToAddr(target string) (*net.TCPAddr, error) { function cmd (line 290) | func cmd(addr net.TCPAddr, c byte, params ...byte) ([]byte, error) { function cmdLazy (line 303) | func cmdLazy(addr net.TCPAddr, c byte, params ...byte) (io.Reader, error) { FILE: internal/cmd/shared_test.go function TestCommandPresence (line 15) | func TestCommandPresence(t *testing.T) { FILE: internal/cmd/tree.go function TreeCommand (line 18) | func TreeCommand() *cobra.Command { function displayProcessTree (line 29) | func displayProcessTree() { function constructProcessTree (line 48) | func constructProcessTree(ppid int, process goprocess.P, pstree map[int]... FILE: internal/internal.go constant gopsConfigDirEnvKey (line 16) | gopsConfigDirEnvKey = "GOPS_CONFIG_DIR" function ConfigDir (line 18) | func ConfigDir() (string, error) { function guessUnixHomeDir (line 34) | func guessUnixHomeDir() string { function PIDFile (line 42) | func PIDFile(pid int) (string, error) { function GetPort (line 50) | func GetPort(pid int) (string, error) { FILE: internal/internal_test.go function TestConfigDir (line 9) | func TestConfigDir(t *testing.T) { FILE: main.go function main (line 16) | func main() { FILE: signal/signal.go constant StackTrace (line 10) | StackTrace = byte(0x1) constant GC (line 13) | GC = byte(0x2) constant MemStats (line 16) | MemStats = byte(0x3) constant Version (line 19) | Version = byte(0x4) constant HeapProfile (line 22) | HeapProfile = byte(0x5) constant CPUProfile (line 25) | CPUProfile = byte(0x6) constant Stats (line 28) | Stats = byte(0x7) constant Trace (line 31) | Trace = byte(0x8) constant BinaryDump (line 34) | BinaryDump = byte(0x9) constant SetGCPercent (line 37) | SetGCPercent = byte(0x10)