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

/linux-master/tools/perf/util/
H A Dmaps.c306 u64 map_b_start = map__start(map_b); local
308 if (map_a_start == map_b_start) {
321 return map_a_start > map_b_start ? 1 : -1;

Completed in 105 milliseconds