func runtime.CallersFrames

17 uses

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

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

	go.uber.org/zap
		stacktrace.go#L106: 	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#L225: 			fs := runtime.CallersFrames([]uintptr{pc})

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

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

	testing
		testing.go#L745: 	frames := runtime.CallersFrames(pc[:n])
		testing.go#L753: 			frames = runtime.CallersFrames(c.cleanupPc)
		testing.go#L767: 				frames = runtime.CallersFrames(c.creator)
		testing.go#L1525: 	frames := runtime.CallersFrames(pcs)