runtime.Frame.Entry (field)
8 uses
runtime (current package)
symtab.go#L54: Entry uintptr
symtab.go#L120: Entry: entry,
symtab.go#L229: Entry: arg.entry,
runtime/pprof
pprof.go#L505: fmt.Fprintf(w, "#\t%#x\t%s+%#x\t%s:%d\n", frame.PC, name, frame.PC-frame.Entry, frame.File, frame.Line)
proto.go#L493: if last.Entry == 0 || newFrame.Entry == 0 { // Possibly not a Go function. Don't try to merge.
proto.go#L497: if last.Entry != newFrame.Entry { // newFrame is for a different function.
 |
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. |