func runtime.traceAppend
8 uses
runtime (current package)
trace.go#L431: data = traceAppend(data, uint64(freq))
trace.go#L725: func traceAppend(buf []byte, v uint64) []byte {
trace.go#L856: tmpbuf = traceAppend(tmpbuf, uint64(stk.id))
trace.go#L858: tmpbuf = traceAppend(tmpbuf, uint64(len(frames)))
trace.go#L862: tmpbuf = traceAppend(tmpbuf, uint64(f.PC))
trace.go#L863: tmpbuf = traceAppend(tmpbuf, uint64(frame.funcID))
trace.go#L864: tmpbuf = traceAppend(tmpbuf, uint64(frame.fileID))
trace.go#L865: tmpbuf = traceAppend(tmpbuf, uint64(frame.line))
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)