left_ip           695 tools/perf/util/callchain.c static enum match_result match_chain_dso_addresses(struct map *left_map, u64 left_ip,
left_ip           704 tools/perf/util/callchain.c 	if (left_ip != right_ip)
left_ip           705 tools/perf/util/callchain.c  		return left_ip < right_ip ? MATCH_LT : MATCH_GT;
left_ip           232 tools/perf/util/sort.c static int64_t _sort__addr_cmp(u64 left_ip, u64 right_ip)
left_ip           234 tools/perf/util/sort.c 	return (int64_t)(right_ip - left_ip);