/prebuilts/go/linux-x86/src/cmd/pprof/internal/fetch/ |
fetch.go | 20 "cmd/pprof/internal/plugin" 21 "internal/pprof/profile"
|
/prebuilts/go/linux-x86/src/cmd/pprof/internal/symbolz/ |
symbolz.go | 18 "internal/pprof/profile" 101 if strings.HasSuffix(url.Path[:last], "pprof") {
|
/build/kati/cmd/kati/ |
main.go | 25 "runtime/pprof" 110 pprof.WriteHeapProfile(f) 234 pprof.StartCPUProfile(f) 235 defer pprof.StopCPUProfile()
|
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/ |
driver.go | 5 // Package driver implements the core pprof functionality. It can be 24 "cmd/pprof/internal/commands" 25 "cmd/pprof/internal/plugin" 26 "cmd/pprof/internal/report" 27 "cmd/pprof/internal/tempfile" 28 "internal/pprof/profile" 31 // cpuProfileHandler is the Go pprof CPU profile handler URL. 32 const cpuProfileHandler = "/debug/pprof/profile" 34 // PProf acquires a profile, and symbolizes it using a profile 37 func PProf(flagset plugin.FlagSet, fetch plugin.Fetcher, sym plugin.Symbolizer, obj plugin.ObjTool, ui plugin (…) [all...] |
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/plugin/ |
plugin.go | 5 // Package plugin defines the plugin implementations that the main pprof driver requires. 16 "internal/pprof/profile" 32 // defined by the specific pprof plugins being used. 177 os.Stdout.WriteString("(pprof) ")
|
/prebuilts/go/darwin-x86/src/runtime/ |
runtime.go | 22 // Note: Called by runtime/pprof in addition to runtime code.
|
cpuprof.go | 7 // https://github.com/google/pprof. 123 // Most clients should use the runtime/pprof package or 152 // pprof binary header format. 444 // Most clients should use the runtime/pprof package or 451 //go:linkname runtime_pprof_runtime_cyclesPerSecond runtime/pprof.runtime_cyclesPerSecond
|
/prebuilts/go/linux-x86/src/cmd/pprof/internal/driver/ |
driver.go | 5 // Package driver implements the core pprof functionality. It can be 24 "cmd/pprof/internal/commands" 25 "cmd/pprof/internal/plugin" 26 "cmd/pprof/internal/report" 27 "cmd/pprof/internal/tempfile" 28 "internal/pprof/profile" 31 // cpuProfileHandler is the Go pprof CPU profile handler URL. 32 const cpuProfileHandler = "/debug/pprof/profile" 34 // PProf acquires a profile, and symbolizes it using a profile 37 func PProf(flagset plugin.FlagSet, fetch plugin.Fetcher, sym plugin.Symbolizer, obj plugin.ObjTool, ui plugin (…) [all...] |
/prebuilts/go/linux-x86/src/cmd/pprof/internal/plugin/ |
plugin.go | 5 // Package plugin defines the plugin implementations that the main pprof driver requires. 16 "internal/pprof/profile" 32 // defined by the specific pprof plugins being used. 177 os.Stdout.WriteString("(pprof) ")
|
/prebuilts/go/linux-x86/src/runtime/ |
runtime.go | 22 // Note: Called by runtime/pprof in addition to runtime code.
|
cpuprof.go | 7 // https://github.com/google/pprof. 123 // Most clients should use the runtime/pprof package or 152 // pprof binary header format. 444 // Most clients should use the runtime/pprof package or 451 //go:linkname runtime_pprof_runtime_cyclesPerSecond runtime/pprof.runtime_cyclesPerSecond
|
/prebuilts/go/darwin-x86/src/go/build/ |
deps_test.go | 177 "runtime/pprof/internal/protopprof": {"L2", "fmt", "internal/pprof/profile", "os", "time"}, 178 "runtime/pprof": {"L2", "fmt", "internal/pprof/profile", "os", "runtime/pprof/internal/protopprof", "text/tabwriter", "time"}, 182 "testing": {"L2", "flag", "fmt", "internal/race", "os", "runtime/debug", "runtime/pprof", "runtime/trace", "time"}, 261 "internal/pprof/profile": {"L4", "OS", "compress/gzip", "regexp"}, 268 "testing/internal/testdeps": {"L4", "runtime/pprof", "regexp"}, 412 "net/http/pprof": {"L4", "OS", "html/template", "net/http", "runtime/pprof", "runtime/trace"} [all...] |
/prebuilts/go/linux-x86/src/go/build/ |
deps_test.go | 177 "runtime/pprof/internal/protopprof": {"L2", "fmt", "internal/pprof/profile", "os", "time"}, 178 "runtime/pprof": {"L2", "fmt", "internal/pprof/profile", "os", "runtime/pprof/internal/protopprof", "text/tabwriter", "time"}, 182 "testing": {"L2", "flag", "fmt", "internal/race", "os", "runtime/debug", "runtime/pprof", "runtime/trace", "time"}, 261 "internal/pprof/profile": {"L4", "OS", "compress/gzip", "regexp"}, 268 "testing/internal/testdeps": {"L4", "runtime/pprof", "regexp"}, 412 "net/http/pprof": {"L4", "OS", "html/template", "net/http", "runtime/pprof", "runtime/trace"} [all...] |
/prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/ |
gccgoinstallation_test.go | 110 "net/http/pprof", 130 "runtime/pprof",
|
/prebuilts/go/darwin-x86/test/stress/ |
parsego.go | 180 "net/http/pprof", 199 "runtime/pprof",
|
/prebuilts/go/linux-x86/src/go/internal/gccgoimporter/ |
gccgoinstallation_test.go | 110 "net/http/pprof", 130 "runtime/pprof",
|
/prebuilts/go/linux-x86/test/stress/ |
parsego.go | 180 "net/http/pprof", 199 "runtime/pprof",
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
main.go | 41 "runtime/pprof" 244 if err := pprof.StartCPUProfile(f); err != nil { 247 AtExit(pprof.StopCPUProfile) 259 if err := pprof.WriteHeapProfile(f); err != nil {
|
/prebuilts/go/darwin-x86/src/runtime/pprof/internal/protopprof/ |
protomemprofile.go | 8 "internal/pprof/profile"
|
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
main.go | 41 "runtime/pprof" 244 if err := pprof.StartCPUProfile(f); err != nil { 247 AtExit(pprof.StopCPUProfile) 259 if err := pprof.WriteHeapProfile(f); err != nil {
|
/prebuilts/go/linux-x86/src/runtime/pprof/internal/protopprof/ |
protomemprofile.go | 8 "internal/pprof/profile"
|
/prebuilts/go/darwin-x86/src/cmd/gofmt/ |
gofmt.go | 22 "runtime/pprof" 194 pprof.StartCPUProfile(f) 195 defer pprof.StopCPUProfile()
|
/prebuilts/go/darwin-x86/test/bench/garbage/ |
parser.go | 17 _ "net/http/pprof" 240 "net/http/pprof", 259 "runtime/pprof",
|
/prebuilts/go/linux-x86/src/cmd/gofmt/ |
gofmt.go | 22 "runtime/pprof" 194 pprof.StartCPUProfile(f) 195 defer pprof.StopCPUProfile()
|
/prebuilts/go/linux-x86/test/bench/garbage/ |
parser.go | 17 _ "net/http/pprof" 240 "net/http/pprof", 259 "runtime/pprof",
|