type runtime.StackRecord

5 uses

	runtime (current package)
		mprof.go#L915: type StackRecord struct {
		mprof.go#L921: func (r *StackRecord) Stack() []uintptr {
		mprof.go#L1118: 	StackRecord
		mprof.go#L1278: func ThreadCreateProfile(p []StackRecord) (n int, ok bool) {
		mprof.go#L1659: func GoroutineProfile(p []StackRecord) (n int, ok bool) {