func runtime.BlockProfile

4 uses

	runtime (current package)
		mprof.go#L663: func BlockProfile(p []BlockProfileRecord) (n int, ok bool) {
		mprof.go#L681: 				racewriterangepc(unsafe.Pointer(&r.Stack0[0]), unsafe.Sizeof(r.Stack0), getcallerpc(), abi.FuncPCABIInternal(BlockProfile))

	runtime/pprof
		pprof.go#L835: 	n, _ := runtime.BlockProfile(nil)
		pprof.go#L847: 	return writeProfileInternal(w, debug, "contention", runtime.BlockProfile, scaleBlockProfile)