MCPcopy Create free account
hub / github.com/google/pprof / addr2LinerJob

Struct addr2LinerJob

internal/binutils/addr2liner.go:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61type addr2LinerJob struct {
62 cmd *exec.Cmd
63 in io.WriteCloser
64 out *bufio.Reader
65}
66
67func (a *addr2LinerJob) write(s string) error {
68 _, err := fmt.Fprint(a.in, s+"\n")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected