Searched refs:AggregatedSymbol (Results 1 - 1 of 1) sorted by relevance

/system/extras/perfprofd/
H A Dmap_utils.h28 struct AggregatedSymbol { struct in class:android::perfprofd::RangeMap
31 AggregatedSymbol(const SymType& sym, const ValType& offset) : symbol(sym) { function in struct:android::perfprofd::RangeMap::AggregatedSymbol
42 AggregatedSymbol& first = map_.begin()->second;
50 map_.emplace(val, AggregatedSymbol(sym, val));
54 AggregatedSymbol& maybe_match = aggr_it->second;
72 map_.emplace(val, AggregatedSymbol(sym, val));
76 // OK, we have an overlapping non-symbol-equal AggregatedSymbol. Need to break
78 AggregatedSymbol left(maybe_match.symbol, *maybe_match.offsets.begin());
90 AggregatedSymbol right(maybe_match.symbol, *offset_it);
97 map_.emplace(val, AggregatedSymbol(sy
[all...]

Completed in 5 milliseconds