Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
Dmerge.go136 type profileMerger struct { struct
137 p *Profile
140 locationsByID locationIDMap
141 functionsByID map[uint64]*Function
142 mappingsByID map[uint64]mapInfo
145 samples map[sampleKey]*Sample
146 locations map[locationKey]*Location
147 functions map[functionKey]*Function
148 mappings map[mappingKey]*Mapping
156 func (pm *profileMerger) mapSample(src *Sample) *Sample {
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/profile/
Dmerge.go114 type profileMerger struct { struct
115 p *Profile
118 locationsByID map[uint64]*Location
119 functionsByID map[uint64]*Function
120 mappingsByID map[uint64]mapInfo
123 samples map[sampleKey]*Sample
124 locations map[locationKey]*Location
125 functions map[functionKey]*Function
126 mappings map[mappingKey]*Mapping
134 func (pm *profileMerger) mapSample(src *Sample) *Sample {
[all …]