Searched defs:profileMerger (Results 1 – 2 of 2) sorted by relevance
136 type profileMerger struct { struct137 p *Profile140 locationsByID locationIDMap141 functionsByID map[uint64]*Function142 mappingsByID map[uint64]mapInfo145 samples map[sampleKey]*Sample146 locations map[locationKey]*Location147 functions map[functionKey]*Function148 mappings map[mappingKey]*Mapping156 func (pm *profileMerger) mapSample(src *Sample) *Sample {[all …]
114 type profileMerger struct { struct115 p *Profile118 locationsByID map[uint64]*Location119 functionsByID map[uint64]*Function120 mappingsByID map[uint64]mapInfo123 samples map[sampleKey]*Sample124 locations map[locationKey]*Location125 functions map[functionKey]*Function126 mappings map[mappingKey]*Mapping134 func (pm *profileMerger) mapSample(src *Sample) *Sample {[all …]