type runtime.StackRecord

11 uses

	runtime (current package)
		mprof.go#L566: type StackRecord struct {
		mprof.go#L572: func (r *StackRecord) Stack() []uintptr {
		mprof.go#L742: 	StackRecord
		mprof.go#L826: func ThreadCreateProfile(p []StackRecord) (n int, ok bool) {
		mprof.go#L843: func runtime_goroutineProfileWithLabels(p []StackRecord, labels []unsafe.Pointer) (n int, ok bool) {
		mprof.go#L848: func goroutineProfileWithLabels(p []StackRecord, labels []unsafe.Pointer) (n int, ok bool) {
		mprof.go#L860: 	records []StackRecord
		mprof.go#L899: func goroutineProfileWithLabelsConcurrent(p []StackRecord, labels []unsafe.Pointer) (n int, ok bool) {
		mprof.go#L1095: func goroutineProfileWithLabelsSync(p []StackRecord, labels []unsafe.Pointer) (n int, ok bool) {
		mprof.go#L1170: func GoroutineProfile(p []StackRecord) (n int, ok bool) {
		mprof.go#L1175: func saveg(pc, sp uintptr, gp *g, r *StackRecord) {