func runtime.CallersFrames

19 uses

	runtime (current package)
		extern.go#L321: 	frame, _ := CallersFrames(rpc).Next()
		mprof.go#L1079: 		cf := CallersFrames(p[i].Stack())
		symtab.go#L80: func CallersFrames(callers []uintptr) *Frames {
		tracestack.go#L217: 	ci := CallersFrames(pcs)

	runtime/pprof
		pprof.go#L408: 	cf := runtime.CallersFrames(pcs)
		pprof.go#L543: 	frames := runtime.CallersFrames(stk)
		proto.go#L214: 	frames := runtime.CallersFrames([]uintptr{addr})

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

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

	internal/bisect
		bisect.go#L495: 	frames := runtime.CallersFrames(stk)

	log
		log.go#L224: 			fs := runtime.CallersFrames([]uintptr{pc})

	log/slog
		record.go#L225: 	fs := runtime.CallersFrames([]uintptr{r.PC})
		value.go#L524: 	frames := runtime.CallersFrames(pcs[:n])

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

	reflect
		value.go#L187: 	frames := runtime.CallersFrames(pc[:n])

	testing
		testing.go#L750: 	frames := runtime.CallersFrames(pc[:n])
		testing.go#L758: 			frames = runtime.CallersFrames(c.cleanupPc)
		testing.go#L772: 				frames = runtime.CallersFrames(c.creator)
		testing.go#L1652: 	frames := runtime.CallersFrames(pcs)