func runtime.saveg

3 uses

	runtime (current package)
		mprof.go#L749: 			saveg(pc, sp, gp, &r[0])
		mprof.go#L767: 				saveg(^uintptr(0), ^uintptr(0), gp1, &r[0])
		mprof.go#L792: func saveg(pc, sp uintptr, gp *g, r *StackRecord) {