Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dannotate.c704 static int ins__cmp(const void *a, const void *b) in ins__cmp() function
716 qsort(arch->instructions, nmemb, sizeof(struct ins), ins__cmp); in ins__sort()