Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
Dstacks.go46 type StackSource struct { struct
47 FullName string
48 FileName string
49 UniqueName string // Disambiguates functions with same names
50 Inlined bool // If true this source was inlined into its caller
54 Display []string
64 Places []StackSlot
67 Self int64
71 Color int