Searched refs:trace_pc (Results 1 – 1 of 1) sorted by relevance
109 static bool MatchPc(uptr cur_pc, uptr trace_pc, uptr threshold) { in MatchPc() argument110 return cur_pc - trace_pc <= threshold || trace_pc - cur_pc <= threshold; in MatchPc()