Lines Matching defs:to
11 RangeTarget(uint64 start, uint64 end, uint64 to)
12 : start(start), end(end), to(to) {}
20 return to < r.to;
25 uint64 to;
64 if (dso_name == event.branch_stack[i - 1].to.dso_name()) {
65 uint64 start = event.branch_stack[i].to.offset();
67 uint64 to = event.branch_stack[i - 1].to.offset();
74 RangeTarget(start, end, to)]++;
122 range_samples->set_to(range_count.first.to);