Searched defs:BinaryProfile (Results 1 – 1 of 1) sorted by relevance
51 struct BinaryProfile { struct52 map<uint64, uint64> address_count_map;53 map<RangeTarget, uint64> range_count_map;54 map<const callchain *, uint64, callchain_lt> callchain_count_map;