func runtime.BlockProfile

3 uses

	runtime (current package)
		mprof.go#L1128: func BlockProfile(p []BlockProfileRecord) (n int, ok bool) {
		mprof.go#L1197: 		racewriterangepc(unsafe.Pointer(&dst.Stack0[0]), unsafe.Sizeof(dst.Stack0), sys.GetCallerPC(), abi.FuncPCABIInternal(BlockProfile))

	runtime/pprof
		pprof.go#L906: 	n, _ := runtime.BlockProfile(nil)