Home
last modified time | relevance | path

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

/openbmc/linux/samples/bpf/
H A Dsampleip_user.c84 static int count_cmp(const void *p1, const void *p2) in count_cmp() function
109 qsort(counts, max, sizeof(struct ipcount), count_cmp); in print_ip_map()
/openbmc/linux/tools/perf/
H A Dbuiltin-kwork.c74 static int count_cmp(struct kwork_work *l, struct kwork_work *r) in count_cmp() function
152 .cmp = count_cmp, in sort_dimension__add()