| /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
| util.go | 35 blockprofile string 78 if blockprofile != "" { 79 f, err := os.Create(blockprofile) 34 blockprofile string var
|
| main.go | 237 flag.StringVar(&blockprofile, "blockprofile", "", "write block profile to `file`") [all...] |
| /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
| util.go | 35 blockprofile string 78 if blockprofile != "" { 79 f, err := os.Create(blockprofile) 34 blockprofile string var
|
| main.go | 237 flag.StringVar(&blockprofile, "blockprofile", "", "write block profile to `file`") [all...] |
| /prebuilts/go/darwin-x86/src/runtime/ |
| mprof.go | 24 blockProfile 133 // A blockRecord is the bucket data for a bucket of type blockProfile, 169 case blockProfile, mutexProfile: 195 // bp returns the blockRecord associated with the blockProfile bucket b. 197 if b.typ != blockProfile && b.typ != mutexProfile { 402 saveblockevent(cycles, skip+1, blockProfile) 627 // BlockProfile returns n, the number of records in the current blocking profile. 628 // If len(p) >= n, BlockProfile copies the profile into p and returns n, true. 629 // If len(p) < n, BlockProfile does not change p and returns n, false. 632 // the testing package's -test.blockprofile flag instea [all...] |
| /prebuilts/go/linux-x86/src/runtime/ |
| mprof.go | 24 blockProfile 133 // A blockRecord is the bucket data for a bucket of type blockProfile, 169 case blockProfile, mutexProfile: 195 // bp returns the blockRecord associated with the blockProfile bucket b. 197 if b.typ != blockProfile && b.typ != mutexProfile { 402 saveblockevent(cycles, skip+1, blockProfile) 627 // BlockProfile returns n, the number of records in the current blocking profile. 628 // If len(p) >= n, BlockProfile copies the profile into p and returns n, true. 629 // If len(p) < n, BlockProfile does not change p and returns n, false. 632 // the testing package's -test.blockprofile flag instea [all...] |
| /prebuilts/go/darwin-x86/src/cmd/go/internal/test/ |
| testflag.go | 43 {Name: "blockprofile", PassToTest: true}, 158 case "blockprofile", "cpuprofile", "memprofile", "mutexprofile":
|
| test.go | 308 -blockprofile block.out 319 if -test.blockprofile is set without this flag, all blocking events [all...] |
| /prebuilts/go/linux-x86/src/cmd/go/internal/test/ |
| testflag.go | 43 {Name: "blockprofile", PassToTest: true}, 158 case "blockprofile", "cpuprofile", "memprofile", "mutexprofile":
|
| test.go | 308 -blockprofile block.out 319 if -test.blockprofile is set without this flag, all blocking events [all...] |
| /prebuilts/go/darwin-x86/src/cmd/compile/ |
| doc.go | 47 -blockprofile file
|
| /prebuilts/go/linux-x86/src/cmd/compile/ |
| doc.go | 47 -blockprofile file
|
| /prebuilts/go/darwin-x86/src/runtime/pprof/ |
| pprof.go | 153 var blockProfile = &Profile{ 173 "block": blockProfile, 785 n, _ := runtime.BlockProfile(nil) 798 n, ok := runtime.BlockProfile(nil) 801 n, ok = runtime.BlockProfile(p)
|
| /prebuilts/go/linux-x86/src/runtime/pprof/ |
| pprof.go | 153 var blockProfile = &Profile{ 173 "block": blockProfile, 785 n, _ := runtime.BlockProfile(nil) 798 n, ok := runtime.BlockProfile(nil) 801 n, ok = runtime.BlockProfile(p)
|
| /prebuilts/go/darwin-x86/src/testing/ |
| testing.go | 263 blockProfile = flag.String("test.blockprofile", "", "write a goroutine blocking profile to `file`") [all...] |
| /prebuilts/go/linux-x86/src/testing/ |
| testing.go | 263 blockProfile = flag.String("test.blockprofile", "", "write a goroutine blocking profile to `file`") [all...] |
| /prebuilts/go/darwin-x86/src/cmd/go/ |
| alldocs.go | [all...] |
| /prebuilts/go/linux-x86/src/cmd/go/ |
| alldocs.go | [all...] |
| /prebuilts/go/darwin-x86/doc/ |
| go1.1.html | 386 <code>-blockprofile</code> [all...] |
| /prebuilts/go/linux-x86/doc/ |
| go1.1.html | 386 <code>-blockprofile</code> [all...] |
| /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/ |
| runtime.a | 53 @ BlockProfile |