Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dsort.c179 static int64_t _sort__addr_cmp(u64 left_ip, u64 right_ip) in _sort__addr_cmp() argument
181 return (int64_t)(right_ip - left_ip); in _sort__addr_cmp()