runtime.Frame.Function (field)
27 uses
runtime (current package)
symtab.go#L43: Function string
symtab.go#L127: Function: name,
symtab.go#L236: Function: gostring(arg.funcName),
trace.go#L915: fn := f.Function
runtime/pprof
pprof.go#L498: name := frame.Function
proto.go#L215: if frame.Function == "runtime.goexit" {
proto.go#L222: if frame.PC == 0 || frame.Function == "" || frame.File == "" || frame.Line == 0 {
proto.go#L232: for frame.Function != "runtime.goexit" && more == true {
proto.go#L505: if last.Function == newFrame.Function { // maybe recursion.
proto.go#L545: funcID := uint64(b.funcs[frame.Function])
proto.go#L548: b.funcs[frame.Function] = int(funcID)
proto.go#L549: newFuncs = append(newFuncs, newFunc{funcID, frame.Function, frame.File})
github.com/go-pg/migrations/v8
collection.go#L136: if !strings.Contains(f.Function, "/go-pg/migrations") {
go.uber.org/zap
logger.go#L380: Function: frame.Function,
stacktrace.go#L170: sf.b.AppendString(frame.Function)
golang.org/x/tools/internal/pkgbits
frames_go17.go#L23: visit(frame.File, frame.Line, frame.Function, frame.PC-frame.Entry)
net/http
server.go#L1124: if !strings.HasPrefix(frame.Function, "net/http.") {
server.go#L1137: w.conn.server.logf("http: response.WriteHeader on hijacked connection from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
server.go#L1142: w.conn.server.logf("http: superfluous response.WriteHeader call from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
server.go#L1585: w.conn.server.logf("http: response.Write on hijacked connection from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
server.go#L3452: logf(tw.req, "http: superfluous response.WriteHeader call from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
testing
testing.go#L590: if frame.Function == "runtime.gopanic" {
testing.go#L593: if frame.Function == c.cleanupName {
testing.go#L600: if frame.Function == c.runner {
testing.go#L633: if _, ok := c.helperNames[frame.Function]; !ok {
testing.go#L1222: return frame.Function