type internal/profilerecord.StackRecord

14 uses

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

	runtime
		mprof.go#L1273: 	return threadCreateProfileInternal(len(p), func(r profilerecord.StackRecord) {
		mprof.go#L1283: func threadCreateProfileInternal(size int, copyFn func(profilerecord.StackRecord)) (n int, ok bool) {
		mprof.go#L1291: 			r := profilerecord.StackRecord{Stack: mp.createstack[:]}
		mprof.go#L1299: func pprof_threadCreateInternal(p []profilerecord.StackRecord) (n int, ok bool) {
		mprof.go#L1300: 	return threadCreateProfileInternal(len(p), func(r profilerecord.StackRecord) {
		mprof.go#L1307: func pprof_goroutineProfileWithLabels(p []profilerecord.StackRecord, labels []unsafe.Pointer) (n int, ok bool) {
		mprof.go#L1312: func goroutineProfileWithLabels(p []profilerecord.StackRecord, labels []unsafe.Pointer) (n int, ok bool) {
		mprof.go#L1324: 	records []profilerecord.StackRecord
		mprof.go#L1363: func goroutineProfileWithLabelsConcurrent(p []profilerecord.StackRecord, labels []unsafe.Pointer) (n int, ok bool) {
		mprof.go#L1571: func goroutineProfileWithLabelsSync(p []profilerecord.StackRecord, labels []unsafe.Pointer) (n int, ok bool) {
		mprof.go#L1648: 	records := make([]profilerecord.StackRecord, len(p))
		mprof.go#L1660: func goroutineProfileInternal(p []profilerecord.StackRecord) (n int, ok bool) {
		mprof.go#L1664: func saveg(pc, sp uintptr, gp *g, r *profilerecord.StackRecord, pcbuf []uintptr) {