func runtime.Stack

6 uses

	runtime (current package)
		mprof.go#L1701: func Stack(buf []byte, all bool) int {

	runtime/debug
		stack.go#L26: 		n := runtime.Stack(buf, false)

	go.opentelemetry.io/otel/trace
		auto.go#L488: 		n := runtime.Stack(buf, false)

	net/http
		h2_bundle.go#L3366: 	b = b[:runtime.Stack(b, false)]
		h2_bundle.go#L6405: 				buf = buf[:runtime.Stack(buf, false)]
		server.go#L1907: 			buf = buf[:runtime.Stack(buf, false)]