type internal/profilerecord.StackRecord

17 uses

	internal/profilerecord (current package)
		profilerecord.go#L11: type StackRecord struct {

	runtime
		mprof.go#L1215: 	return threadCreateProfileInternal(len(p), func(r profilerecord.StackRecord) {
		mprof.go#L1225: func threadCreateProfileInternal(size int, copyFn func(profilerecord.StackRecord)) (n int, ok bool) {
		mprof.go#L1233: 			r := profilerecord.StackRecord{Stack: mp.createstack[:]}
		mprof.go#L1241: func pprof_threadCreateInternal(p []profilerecord.StackRecord) (n int, ok bool) {
		mprof.go#L1242: 	return threadCreateProfileInternal(len(p), func(r profilerecord.StackRecord) {
		mprof.go#L1249: func pprof_goroutineProfileWithLabels(p []profilerecord.StackRecord, labels []unsafe.Pointer) (n int, ok bool) {
		mprof.go#L1254: func goroutineProfileWithLabels(p []profilerecord.StackRecord, labels []unsafe.Pointer) (n int, ok bool) {
		mprof.go#L1263: func pprof_goroutineLeakProfileWithLabels(p []profilerecord.StackRecord, labels []unsafe.Pointer) (n int, ok bool) {
		mprof.go#L1268: func goroutineLeakProfileWithLabels(p []profilerecord.StackRecord, labels []unsafe.Pointer) (n int, ok bool) {
		mprof.go#L1280: 	records []profilerecord.StackRecord
		mprof.go#L1319: func goroutineLeakProfileWithLabelsConcurrent(p []profilerecord.StackRecord, labels []unsafe.Pointer) (n int, ok bool) {
		mprof.go#L1356: func goroutineProfileWithLabelsConcurrent(p []profilerecord.StackRecord, labels []unsafe.Pointer) (n int, ok bool) {
		mprof.go#L1573: func goroutineProfileWithLabelsSync(p []profilerecord.StackRecord, labels []unsafe.Pointer) (n int, ok bool) {
		mprof.go#L1659: 	records := make([]profilerecord.StackRecord, len(p))
		mprof.go#L1671: func goroutineProfileInternal(p []profilerecord.StackRecord) (n int, ok bool) {
		mprof.go#L1675: func saveg(pc, sp uintptr, gp *g, r *profilerecord.StackRecord, pcbuf []uintptr) {