Home
last modified time | relevance | path

Searched defs:sourcePrinter (Results 1 – 1 of 1) sorted by relevance

/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
Dsource.go126 type sourcePrinter struct { struct
127 reader *sourceReader
128 synth *synthCode
129 objectTool plugin.ObjTool
130 objects map[string]plugin.ObjFile // Opened object files
131 sym *regexp.Regexp // May be nil
132 files map[string]*sourceFile // Set of files to print.
133 insts map[uint64]instructionInfo // Instructions of interest (keyed by address).
137 interest map[string]bool
140 prettyNames map[string]string
[all …]