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