Searched refs:map_b_end (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/util/
H A Dmaps.c310 u64 map_b_end = map__end(map_b); local
312 if (map_a_end == map_b_end) {
319 return map_a_end > map_b_end ? 1 : -1;

Completed in 267 milliseconds