runtime.StackRecord.Stack (method)

5 uses

	runtime (current package)
		mprof.go#L481: func (r *StackRecord) Stack() []uintptr {

	runtime/pprof
		pprof.go#L396: 		locs = b.appendLocsForStack(locs[:0], r.Stack())
		pprof.go#L742: func (p *runtimeProfile) Stack(i int) []uintptr { return p.stk[i].Stack() }
		pprof.go#L894: 		for _, pc := range r.Stack() {
		pprof.go#L899: 			printStackRecord(w, r.Stack(), true)