func runtime.CallersFrames
8 uses
runtime (current package)
extern.go#L307: frame, _ := CallersFrames(rpc).Next()
mprof.go#L1137: cf := CallersFrames(p[i].Stack())
symtab.go#L79: func CallersFrames(callers []uintptr) *Frames {
tracestack.go#L208: ci := 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])
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |