Searched defs:bucketType (Results 1 – 1 of 1) sorted by relevance
/prebuilts/go/linux-x86/src/runtime/ |
D | mprof.go | 60 type bucketType int type 228 func newBucket(typ bucketType, nstk int) *bucket { 275 func stkbucket(typ bucketType, size uintptr, stk []uintptr, alloc bool) *bucket { 533 func saveblockevent(cycles, rate int64, skip int, which bucketType) { 853 func saveBlockEventStack(cycles, rate int64, stk []uintptr, which bucketType) {
|