func runtime.CallersFrames
11 uses
runtime (current package)
extern.go#L205: frame, _ := CallersFrames(rpc).Next()
symtab.go#L65: func CallersFrames(callers []uintptr) *Frames {
trace.go#L837: ci := CallersFrames(pcs)
runtime/pprof
pprof.go#L494: frames := runtime.CallersFrames(stk)
proto.go#L216: frames := runtime.CallersFrames([]uintptr{addr})
golang.org/x/xerrors
frame.go#L32: frames := runtime.CallersFrames(f.frames[:])
net/http
server.go#L1121: frames := runtime.CallersFrames(pc[:n])
testing
testing.go#L475: frames := runtime.CallersFrames(pc[:n])
testing.go#L480: frames = runtime.CallersFrames(c.cleanupPc)
testing.go#L494: frames = runtime.CallersFrames(c.creator)
testing.go#L1024: frames := runtime.CallersFrames(pcs)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |