runtime.StackRecord.Stack (method)
7 uses
runtime (current package)
mprof.go#L470: func (r *StackRecord) Stack() []uintptr {
runtime/pprof
pprof.go#L395: locs = b.appendLocsForStack(locs[:0], r.Stack())
pprof.go#L741: func (p *runtimeProfile) Stack(i int) []uintptr { return p.stk[i].Stack() }
pprof.go#L872: for _, pc := range r.Stack() {
pprof.go#L877: printStackRecord(w, r.Stack(), true)
pprof.go#L925: for _, pc := range r.Stack() {
pprof.go#L930: printStackRecord(w, r.Stack(), true)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)