Searched refs:max_pc (Results 1 – 2 of 2) sorted by relevance
190 uint64_t max_pc = 0; local396 if (jump > max_pc &&398 max_pc = jump;412 if (pc > max_pc) {
4661 my $max_pc = $min_pc; # find the maximal PC value in any sample4663 if (HexExtend($pc) gt $max_pc) { $max_pc = HexExtend($pc); }4665 push(@{$result}, [$prog, $min_pc, $max_pc, $zero_offset]);