Lines Matching full:uint64
11 RangeTarget(uint64 start, uint64 end, uint64 to)
23 uint64 start;
24 uint64 end;
25 uint64 to;
29 map<uint64, uint64> address_count_map;
30 map<RangeTarget, uint64> range_count_map;
44 uint64 total_samples = 0;
65 uint64 start = event.branch_stack[i].to.offset();
66 uint64 end = event.branch_stack[i - 1].from.offset();
67 uint64 to = event.branch_stack[i - 1].to.offset();