Home
last modified time | relevance | path

Searched refs:left_ip (Results 1 – 1 of 1) sorted by relevance

/tools/perf/util/
Dsort.c209 static int64_t _sort__addr_cmp(u64 left_ip, u64 right_ip) in _sort__addr_cmp() argument
211 return (int64_t)(right_ip - left_ip); in _sort__addr_cmp()