func runtime.CallersFrames

13 uses

	runtime (current package)
		extern.go#L211: 	frame, _ := CallersFrames(rpc).Next()
		symtab.go#L66: func CallersFrames(callers []uintptr) *Frames {
		trace.go#L852: 	ci := CallersFrames(pcs)

	runtime/pprof
		pprof.go#L495: 	frames := runtime.CallersFrames(stk)
		proto.go#L213: 	frames := runtime.CallersFrames([]uintptr{addr})

	github.com/go-pg/migrations/v8
		collection.go#L129: 	frames := runtime.CallersFrames(pcs[:n])

	go.uber.org/zap
		stacktrace.go#L106: 	stack.frames = runtime.CallersFrames(stack.pcs)

	golang.org/x/tools/internal/pkgbits
		frames_go17.go#L20: 	frames := runtime.CallersFrames(pcs)

	net/http
		server.go#L1120: 	frames := runtime.CallersFrames(pc[:n])

	testing
		testing.go#L586: 	frames := runtime.CallersFrames(pc[:n])
		testing.go#L594: 			frames = runtime.CallersFrames(c.cleanupPc)
		testing.go#L608: 				frames = runtime.CallersFrames(c.creator)
		testing.go#L1220: 	frames := runtime.CallersFrames(pcs)