Home | History | Annotate | Download | only in profile

Lines Matching defs:String

28 	DropFrames string
29 KeepFrames string
38 stringTable []string
43 Type string // cpu, wall, inuse_space, etc
44 Unit string // seconds, nanoseconds, bytes, etc
54 Label map[string][]string
55 NumLabel map[string][]int64
75 File string
76 BuildID string
107 Name string
108 SystemName string
109 Filename string
333 func (p *Profile) String() string {
335 ss := make([]string, 0, len(p.Sample)+len(p.Mapping)+len(p.Location))
348 var sh1 string
354 var sv string
544 type Demangler func(name []string) (map[string]string, error)
551 var names []string