runtime.profBuf.write (method)

7 uses

	runtime (current package)
		cpuprof.go#L74: 		cpuprof.log.write(nil, nanotime(), hdr[:], nil)
		cpuprof.go#L106: 		cpuprof.log.write(&gp.labels, nanotime(), hdr[:], stk)
		cpuprof.go#L151: 		p.log.write(nil, 0, hdr[:], p.extra[i+1:i+int(p.extra[i])])
		cpuprof.go#L163: 		p.log.write(nil, 0, hdr[:], lostStk[:])
		cpuprof.go#L173: 		p.log.write(nil, 0, hdr[:], lostStk[:])
		profbuf.go#L304: func (b *profBuf) write(tagPtr *unsafe.Pointer, now int64, hdr []uint64, stk []uintptr) {
		profbuf.go#L320: 			b.write(nil, int64(time), nil, stk[:])