Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/util/
Dannotate.c697 static int ins__key_cmp(const void *name, const void *insp) in ins__key_cmp() function
729 ins = bsearch(name, arch->instructions, nmemb, sizeof(struct ins), ins__key_cmp); in __ins__find()
748 ins = bsearch(tmp, arch->instructions, nmemb, sizeof(struct ins), ins__key_cmp); in __ins__find()