runtime.Frame.PC (field)
15 uses
runtime (current package)
extern.go#L206: return frame.PC, frame.File, frame.Line, frame.PC != 0
symtab.go#L31: PC uintptr
symtab.go#L117: PC: pc,
symtab.go#L147: file, line := funcline1(frame.funcInfo, frame.PC, false)
symtab.go#L224: PC: pc,
trace.go#L862: tmpbuf = traceAppend(tmpbuf, uint64(f.PC))
runtime/pprof
pprof.go#L500: fmt.Fprintf(w, "#\t%#x\n", frame.PC)
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#L225: if frame.PC == 0 || frame.Function == "" || frame.File == "" || frame.Line == 0 {
proto.go#L229: if frame.PC == 0 {
proto.go#L232: frame.PC = addr - 1
proto.go#L537: b.pb.uint64Opt(tagLocation_Address, uint64(firstFrame.PC))
testing
testing.go#L483: if firstFrame.PC == 0 {
 |
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. |