type runtime.BlockProfileRecord

8 uses

	runtime (current package)
		mprof.go#L621: type BlockProfileRecord struct {
		mprof.go#L634: func BlockProfile(p []BlockProfileRecord) (n int, ok bool) {
		mprof.go#L669: func MutexProfile(p []BlockProfileRecord) (n int, ok bool) {

	runtime/pprof
		pprof.go#L377: func printCountCycleProfile(w io.Writer, countName, cycleName string, scaler func(int64, float64) (int64, float64), records []runtime.BlockProfileRecord) error {
		pprof.go#L846: 	var p []runtime.BlockProfileRecord
		pprof.go#L849: 		p = make([]runtime.BlockProfileRecord, n+50)
		pprof.go#L898: 	var p []runtime.BlockProfileRecord
		pprof.go#L901: 		p = make([]runtime.BlockProfileRecord, n+50)