func runtime.Stack
13 uses
runtime (current package)
mprof.go#L1702: func Stack(buf []byte, all bool) int {
runtime/debug
stack.go#L26: n := runtime.Stack(buf, false)
runtime/pprof
pprof.go#L764: n := runtime.Stack(buf, true)
github.com/robfig/cron/v3
chain.go#L45: buf = buf[:runtime.Stack(buf, false)]
go.uber.org/goleak/internal/stack
stacks.go#L240: if n := runtime.Stack(buf, all); n < i {
golang.org/x/net/http2
gotrack.go#L55: b = b[:runtime.Stack(b, false)]
server.go#L2426: buf = buf[:runtime.Stack(buf, false)]
golang.org/x/net/trace
trace.go#L405: n := runtime.Stack(buf, false)
trace.go#L779: n := runtime.Stack(buf, false)
net/http
h2_bundle.go#L3299: b = b[:runtime.Stack(b, false)]
h2_bundle.go#L6522: buf = buf[:runtime.Stack(buf, false)]
server.go#L1947: buf = buf[:runtime.Stack(buf, false)]
os/exec
exec.go#L410: n := runtime.Stack(stack, false)